missing emit of currentIndexChanged fixed
This commit is contained in:
parent
56573670c4
commit
75608b1d45
@ -66,6 +66,9 @@ QskTabView::QskTabView( Qt::Orientation orientation, QQuickItem* parent ):
|
||||
|
||||
connect( m_data->tabBar, &QskTabBar::currentIndexChanged,
|
||||
m_data->stackBox, &QskStackBox::setCurrentIndex );
|
||||
|
||||
connect( m_data->tabBar, &QskTabBar::currentIndexChanged,
|
||||
this, &QskTabView::currentIndexChanged );
|
||||
}
|
||||
|
||||
QskTabView::~QskTabView()
|
||||
|
Loading…
x
Reference in New Issue
Block a user