forked from qt-creator/qt-creator
Remove use of tool bars because of funny resize behavior.
Also fixes a problem on Mac Cocoa with not being able to use the close editor button. Reviewed-by: Lasse Holmstedt
This commit is contained in:
@@ -111,8 +111,6 @@ private:
|
||||
IEditor *currentEditor() const;
|
||||
Core::OpenEditorsModel *m_editorsListModel;
|
||||
QComboBox *m_editorList;
|
||||
QToolBar *m_centerToolBar;
|
||||
QToolBar *m_rightToolBar;
|
||||
QToolButton *m_closeButton;
|
||||
QToolButton *m_lockButton;
|
||||
QAction *m_goBackAction;
|
||||
|
||||
Reference in New Issue
Block a user