forked from qt-creator/qt-creator
Make some more EditorManager slots public
closeEditor(), closeOtherEditors() are used in Design mode.
This commit is contained in:
@@ -208,11 +208,10 @@ public slots:
|
||||
bool saveFile(Core::IEditor *editor = 0);
|
||||
bool saveFileAs(Core::IEditor *editor = 0);
|
||||
void revertToSaved();
|
||||
|
||||
private slots:
|
||||
void closeEditor();
|
||||
void closeOtherEditors();
|
||||
|
||||
private slots:
|
||||
void gotoNextDocHistory();
|
||||
void gotoPreviousDocHistory();
|
||||
void handleContextChange(Core::IContext *context);
|
||||
|
||||
Reference in New Issue
Block a user