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

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