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
Plasma
Plasma Desktop
Commits
9ee58df8
Commit
9ee58df8
authored
Jan 26, 2022
by
Alexander Lohnau
💬
Browse files
GIT_SILENT Explicitly add `using namespace Plasma` statement for runners
With the changes in KRunner, we now need to explicitly add that.
parent
a8e483a1
Pipeline
#129083
passed with stage
in 3 minutes and 5 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runners/kwin/kwin-runner.h
View file @
9ee58df8
...
...
@@ -10,6 +10,8 @@
#include
<krunner/abstractrunner.h>
using
namespace
Plasma
;
class
KWinRunner
:
public
AbstractRunner
{
Q_OBJECT
...
...
runners/plasma-desktop/plasma-desktop-runner.h
View file @
9ee58df8
...
...
@@ -9,6 +9,8 @@
#include
<krunner/abstractrunner.h>
using
namespace
Plasma
;
/**
* This class runs programs using the literal name of the binary, much as one
* would use at a shell prompt.
...
...
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