forked from qt-creator/qt-creator
Fix previous fakevim fix (make slot actually a slot)
Reviewed-by: Friedemann Kleint
This commit is contained in:
@@ -491,10 +491,10 @@ public:
|
||||
friend class FakeVimExCommandsPage;
|
||||
|
||||
bool initialize();
|
||||
void onCoreAboutToClose();
|
||||
void aboutToShutdown();
|
||||
|
||||
private slots:
|
||||
void onCoreAboutToClose();
|
||||
void editorOpened(Core::IEditor *);
|
||||
void editorAboutToClose(Core::IEditor *);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user