Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
6b47a0f2
Commit
6b47a0f2
authored
Oct 21, 2010
by
con
Browse files
Fix previous fakevim fix (make slot actually a slot)
Reviewed-by: Friedemann Kleint
parent
b5296604
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimplugin.cpp
View file @
6b47a0f2
...
...
@@ -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
*
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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