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:
con
2010-03-29 17:01:53 +02:00
parent 663b166732
commit d891aff7fa
2 changed files with 2 additions and 8 deletions

View File

@@ -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;