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
Utilities
Konsole
Commits
317cee8f
Commit
317cee8f
authored
Feb 15, 2022
by
Matan Ziv-Av
Committed by
Tomaz Canabrava
Feb 17, 2022
Browse files
Add #include that is necessary for compiling Quick Commands plugin.
Without KLocalizedString, i18n() is undefined.
parent
f86c19a9
Pipeline
#139087
passed with stage
in 3 minutes and 39 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
src/plugins/QuickCommands/quickcommandsplugin.cpp
View file @
317cee8f
...
...
@@ -11,6 +11,7 @@
#include <QMainWindow>
#include "MainWindow.h"
#include <KLocalizedString>
K_PLUGIN_CLASS_WITH_JSON
(
QuickCommandsPlugin
,
"konsole_quickcommands.json"
)
...
...
Write
Preview
Supports
Markdown
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