qtquick: Fix wrong signal being emitted
It's the controller signal that is connected
This commit is contained in:
@@ -36,7 +36,7 @@ Stack_qtquick::Stack_qtquick(Controllers::Stack *controller,
|
||||
setCurrentDockWidget(0);
|
||||
}
|
||||
|
||||
Q_EMIT countChanged(); });
|
||||
Q_EMIT m_stack->countChanged(); });
|
||||
}
|
||||
|
||||
void Stack_qtquick::init()
|
||||
|
||||
Reference in New Issue
Block a user