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
KDE GTK Configurator
Commits
ba0d3f43
Commit
ba0d3f43
authored
Oct 23, 2020
by
Laurent Montel
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
1b77d9e9
Changes
5
Hide whitespace changes
Inline
Side-by-side
kded/configvalueprovider.cpp
View file @
ba0d3f43
...
...
@@ -13,7 +13,6 @@
#include
<QDir>
#include
<KConfig>
#include
<KSharedConfig>
#include
<KConfigGroup>
#include
<KColorScheme>
#include
<KColorUtils>
...
...
kded/gtkconfig.cpp
View file @
ba0d3f43
...
...
@@ -11,12 +11,9 @@
#include
<QGuiApplication>
#include
<KPluginFactory>
#include
<KConfigWatcher>
#include
<KColorScheme>
#include
"gtkconfig.h"
#include
"configvalueprovider.h"
#include
"themepreviewer.h"
K_PLUGIN_CLASS_WITH_JSON
(
GtkConfig
,
"gtkconfig.json"
)
...
...
kded/kwin_bridge/decorationpalette.cpp
View file @
ba0d3f43
...
...
@@ -15,7 +15,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
#include
<KSharedConfig>
#include
<KColorScheme>
#include
<QPalette>
#include
<QFileInfo>
#include
<QStandardPaths>
...
...
kded/kwin_bridge/dummydecorationbridge.cpp
View file @
ba0d3f43
...
...
@@ -7,7 +7,6 @@
#include
<QCoreApplication>
#include
<QMouseEvent>
#include
<KDecoration2/Decoration>
#include
<KDecoration2/DecorationSettings>
#include
<KDecoration2/DecoratedClient>
#include
<KDecoration2/Private/DecoratedClientPrivate>
...
...
kded/themepreviewer.cpp
View file @
ba0d3f43
...
...
@@ -4,7 +4,6 @@
* SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include
<QProcess>
#include
<QProcessEnvironment>
#include
<QStandardPaths>
...
...
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