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
a9a880d9
Commit
a9a880d9
authored
Apr 06, 2010
by
hjk
Browse files
fakevim: disable some debug output
parent
2cdcb60a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimplugin.cpp
View file @
a9a880d9
...
...
@@ -731,9 +731,9 @@ void FakeVimPluginPrivate::windowCommand(int key)
break
;
}
#undef control
qDebug
()
<<
"RUNNING WINDOW COMMAND: "
<<
key
<<
code
;
//
qDebug() << "RUNNING WINDOW COMMAND: " << key << code;
if
(
code
.
isEmpty
())
{
qDebug
()
<<
"UNKNOWN WINDOWS COMMAND: "
<<
key
;
//
qDebug() << "UNKNOWN WINDOWS COMMAND: " << key;
return
;
}
triggerAction
(
code
);
...
...
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