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
KWin
Commits
0faf2826
Commit
0faf2826
authored
Oct 30, 2020
by
Benjamin Port
Committed by
Benjamin Port
Oct 30, 2020
Browse files
Fix build without krunner
parent
cfcf2baa
Changes
1
Hide whitespace changes
Inline
Side-by-side
workspace.cpp
View file @
0faf2826
...
...
@@ -59,7 +59,10 @@
#include
<KStartupInfo>
// Qt
#include
<QtConcurrentRun>
#include
<runners/windowsrunnerinterface.h>
#ifdef KF5Runner_FOUND
#include
<runners/windowsrunnerinterface.h>
#endif
namespace
KWin
{
...
...
@@ -198,7 +201,9 @@ Workspace::Workspace()
});
new
DBusInterface
(
this
);
#ifdef KF5Runner_FOUND
new
WindowsRunner
(
this
);
#endif
Outline
::
create
(
this
);
initShortcuts
();
...
...
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