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
f6f2c28a
Commit
f6f2c28a
authored
Mar 09, 2022
by
Volker Krause
Browse files
Add additional includes needed by Qt6
parent
7455507d
Pipeline
#150281
passed with stage
in 32 minutes and 5 seconds
Changes
6
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/backends/x11/standalone/glxconvenience.cpp
View file @
f6f2c28a
...
...
@@ -8,6 +8,7 @@
#include
"glxconvenience.h"
#include
<algorithm>
#include
<deque>
namespace
KWin
...
...
src/effects/presentwindows/presentwindows.cpp
View file @
f6f2c28a
...
...
@@ -12,6 +12,7 @@
//KConfigSkeleton
#include
"presentwindowsconfig.h"
#include
<QAction>
#include
<QFontMetrics>
#include
<KGlobalAccel>
#include
<KLocalizedString>
...
...
src/plugins/windowsystem/windoweffects.h
View file @
f6f2c28a
...
...
@@ -6,6 +6,7 @@
#pragma once
#include
<KWindowSystem/private/kwindoweffects_p.h>
#include
<kwindowsystem_version.h>
#include
<QObject>
namespace
KWin
{
...
...
src/useractions.cpp
View file @
f6f2c28a
...
...
@@ -54,6 +54,7 @@
#include
<QMenu>
#include
<QRegularExpression>
#include
<QAction>
#include
<QActionGroup>
#include
<kauthorized.h>
#include
"killwindow.h"
...
...
src/utils/damagejournal.h
View file @
f6f2c28a
...
...
@@ -8,6 +8,7 @@
#include
"kwin_export.h"
#include
<QList>
#include
<QRegion>
namespace
KWin
...
...
src/workspace.h
View file @
f6f2c28a
...
...
@@ -18,6 +18,7 @@
#include
"sm.h"
#include
"utils/common.h"
// Qt
#include
<QStringList>
#include
<QTimer>
#include
<QVector>
// std
...
...
@@ -29,7 +30,6 @@ class KConfigGroup;
class
KStartupInfo
;
class
KStartupInfoData
;
class
KStartupInfoId
;
class
QStringList
;
namespace
KWin
{
...
...
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