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
Utilities
Kate
Commits
fa067d37
Commit
fa067d37
authored
Aug 06, 2022
by
Pablo Rauzy
Committed by
Christoph Cullmann
Aug 14, 2022
Browse files
avoid too much debug output
parent
50d3097a
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/keyboardmacros/keyboardmacrosplugin.cpp
View file @
fa067d37
...
...
@@ -47,7 +47,7 @@
#include
"keycombination.h"
#include
"macro.h"
Q_LOGGING_CATEGORY
(
KM_DBG
,
"kate.plugin.keyboardmacros"
)
Q_LOGGING_CATEGORY
(
KM_DBG
,
"kate.plugin.keyboardmacros"
,
QtWarningMsg
)
K_PLUGIN_FACTORY_WITH_JSON
(
KeyboardMacrosPluginFactory
,
"keyboardmacrosplugin.json"
,
registerPlugin
<
KeyboardMacrosPlugin
>
();)
...
...
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