forked from qt-creator/qt-creator
fakevim: do something on "Quit"
This commit is contained in:
@@ -192,7 +192,7 @@ void FakeVimPlugin::installHandler(QWidget *widget)
|
|||||||
void FakeVimPlugin::removeHandler(QWidget *widget)
|
void FakeVimPlugin::removeHandler(QWidget *widget)
|
||||||
{
|
{
|
||||||
Q_UNUSED(widget);
|
Q_UNUSED(widget);
|
||||||
//m_handler->removeWidget(widget);
|
m_handler->removeWidget(widget);
|
||||||
Core::EditorManager::instance()->hideEditorInfoBar(
|
Core::EditorManager::instance()->hideEditorInfoBar(
|
||||||
QLatin1String(Constants::MINI_BUFFER));
|
QLatin1String(Constants::MINI_BUFFER));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user