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
648f4958
Commit
648f4958
authored
Oct 01, 2020
by
Nicolas Fella
Browse files
Add missing includes
It worked until now because they were included transitively
parent
2be28ac6
Changes
3
Hide whitespace changes
Inline
Side-by-side
kcmkwin/kwindesktop/animationsmodel.cpp
View file @
648f4958
...
...
@@ -9,6 +9,8 @@
#include
"animationsmodel.h"
#include
<KConfigGroup>
namespace
KWin
{
...
...
kcmkwin/kwindesktop/virtualdesktops.cpp
View file @
648f4958
...
...
@@ -14,6 +14,7 @@
#include
<KAboutData>
#include
<KConfigGroup>
#include
<KLocalizedString>
#include
<KPluginFactory>
K_PLUGIN_FACTORY_WITH_JSON
(
VirtualDesktopsFactory
,
"kcm_kwin_virtualdesktops.json"
,
registerPlugin
<
KWin
::
VirtualDesktops
>
();)
...
...
kcmkwin/kwineffects/kcm.cpp
View file @
648f4958
...
...
@@ -11,6 +11,7 @@
#include
<KAboutData>
#include
<KLocalizedString>
#include
<KNS3/DownloadDialog>
#include
<KPluginFactory>
#include
<QQuickWindow>
#include
<QWindow>
...
...
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