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
Marco Bubke
flatpak-qt-creator
Commits
ce920cf9
Commit
ce920cf9
authored
May 10, 2010
by
hjk
Browse files
fakevim: add some debugging output
parent
3795539e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimplugin.cpp
View file @
ce920cf9
...
...
@@ -711,7 +711,7 @@ void FakeVimPluginPrivate::triggerAction(const QString &code)
Core
::
ActionManager
*
am
=
Core
::
ICore
::
instance
()
->
actionManager
();
QTC_ASSERT
(
am
,
return
);
Core
::
Command
*
cmd
=
am
->
command
(
code
);
QTC_ASSERT
(
cmd
,
return
);
QTC_ASSERT
(
cmd
,
qDebug
()
<<
"UNKNOW CODE: "
<<
code
;
return
);
QAction
*
action
=
cmd
->
action
();
QTC_ASSERT
(
action
,
return
);
action
->
trigger
();
...
...
Write
Preview
Markdown
is supported
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