qtquick: Fix wrong signal being emitted
It's the controller signal that is connected
This commit is contained in:
@@ -70,7 +70,6 @@ public:
|
||||
Q_SIGNALS: // TODOm2: Review these signals
|
||||
void currentTabChanged(int index);
|
||||
void currentDockWidgetChanged(KDDockWidgets::Controllers::DockWidget *dw);
|
||||
void countChanged();
|
||||
|
||||
void tabBarChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user