summaryrefslogtreecommitdiff
path: root/src/plugins/coreplugin/editortoolbar.h
diff options
context:
space:
mode:
authorLasse Holmstedt <lasse.holmstedt@nokia.com>2010-03-12 16:47:46 +0100
committerLasse Holmstedt <lasse.holmstedt@nokia.com>2010-03-12 16:47:55 +0100
commit5567a01877e75f0d1cf4d59efcf0bc1edac65631 (patch)
treee5b0cb275d31a12021aaa9f8c5a0207a1687fc86 /src/plugins/coreplugin/editortoolbar.h
parentd450bcd7605a12f396a46ddebb0f0b3df82c6517 (diff)
downloadqt-creator-5567a01877e75f0d1cf4d59efcf0bc1edac65631.tar.gz
fixed issues with splitted editors
Diffstat (limited to 'src/plugins/coreplugin/editortoolbar.h')
-rw-r--r--src/plugins/coreplugin/editortoolbar.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/plugins/coreplugin/editortoolbar.h b/src/plugins/coreplugin/editortoolbar.h
index 0deab7df89..9149e26b89 100644
--- a/src/plugins/coreplugin/editortoolbar.h
+++ b/src/plugins/coreplugin/editortoolbar.h
@@ -46,6 +46,10 @@ namespace Core {
class IEditor;
class OpenEditorsModel;
+namespace Internal {
+ class EditorView;
+}
+
/**
* Fakes an IEditor-like toolbar for design mode widgets such as Qt Designer and Bauhaus.
@@ -120,6 +124,8 @@ private:
QWidget *m_defaultToolBar;
bool m_ignoreEditorToolbar;
+
+ friend class Internal::EditorView;
};
}