fixed issues with splitted editors

This commit is contained in:
Lasse Holmstedt
2010-03-12 16:47:46 +01:00
parent d450bcd760
commit 5567a01877
2 changed files with 13 additions and 5 deletions

View File

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