fakevim: do something on "Quit"

This commit is contained in:
hjk
2009-01-13 15:57:18 +01:00
parent 1263660507
commit 947b680741

View File

@@ -192,7 +192,7 @@ void FakeVimPlugin::installHandler(QWidget *widget)
void FakeVimPlugin::removeHandler(QWidget *widget)
{
Q_UNUSED(widget);
//m_handler->removeWidget(widget);
m_handler->removeWidget(widget);
Core::EditorManager::instance()->hideEditorInfoBar(
QLatin1String(Constants::MINI_BUFFER));
}