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
49014b03
Commit
49014b03
authored
Aug 04, 2022
by
Pablo Rauzy
Committed by
Christoph Cullmann
Aug 14, 2022
Browse files
adding (not really) missing #includes
parent
7a51ed1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/keyboardmacros/keyboardmacrosplugin.cpp
View file @
49014b03
...
...
@@ -34,6 +34,9 @@
#include
<KPluginFactory>
#include
<KXMLGUIFactory>
#include
"keycombination.h"
#include
"macro.h"
K_PLUGIN_FACTORY_WITH_JSON
(
KeyboardMacrosPluginFactory
,
"keyboardmacrosplugin.json"
,
registerPlugin
<
KeyboardMacrosPlugin
>
();)
KeyboardMacrosPlugin
::
KeyboardMacrosPlugin
(
QObject
*
parent
,
const
QList
<
QVariant
>
&
)
...
...
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