qtquick: Fix Stack creating two TabBar's

It's created by the controller, we shouldn't create another one
in the view
This commit is contained in:
Sergio Martins
2022-06-08 00:30:43 +01:00
parent a5279b5efd
commit d275226df9
3 changed files with 11 additions and 15 deletions

View File

@@ -80,7 +80,6 @@ protected:
private:
Q_DISABLE_COPY(Stack_qtquick)
DockWidgetModel *const m_dockWidgetModel;
Controllers::TabBar *m_tabBar = nullptr;
Controllers::Stack *const m_stack;
Controllers::DockWidget *m_currentDockWidget = nullptr;
};