forked from qt-creator/qt-creator
fixed issues with splitted editors
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user