FancyMainWindow: Move toolbarDockWidget "property" to subclass

This was only used to accommodate the debugger main window
and is not needed in the base class.

Change-Id: Ifbe9937cd4c21f5bed2fab35b23d874f4f2dd0e4
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
This commit is contained in:
hjk
2016-03-09 13:26:02 +01:00
parent 888e2cdfa9
commit f09f39f7e2
4 changed files with 13 additions and 28 deletions

View File

@@ -127,6 +127,7 @@ private:
QComboBox *m_perspectiveChooser;
QStackedWidget *m_controlsStackWidget;
Utils::StatusLabel *m_statusLabel;
QDockWidget *m_toolbarDock;
QHash<QByteArray, QDockWidget *> m_dockForDockId;
QHash<QByteArray, QWidget *> m_toolbarForPerspectiveId;