Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
947b6807
Commit
947b6807
authored
Jan 13, 2009
by
hjk
Browse files
fakevim: do something on "Quit"
parent
12636605
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimplugin.cpp
View file @
947b6807
...
...
@@ -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
));
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment