qtquick: Fix wrong signal being emitted

It's the controller signal that is connected
This commit is contained in:
Sergio Martins
2022-06-05 02:30:45 +01:00
parent ce88a00b4b
commit 666d4be478
2 changed files with 1 additions and 2 deletions

View File

@@ -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();