qtquick: Remove two more unneeded signals
This commit is contained in:
@@ -82,8 +82,8 @@ void Stack_qtquick::setCurrentDockWidget(int index)
|
||||
|
||||
if (m_currentDockWidget != dw) {
|
||||
m_currentDockWidget = dw;
|
||||
Q_EMIT currentDockWidgetChanged(dw);
|
||||
Q_EMIT currentTabChanged(index);
|
||||
Q_EMIT m_stack->currentDockWidgetChanged(dw);
|
||||
Q_EMIT m_stack->currentTabChanged(index);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user