Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Breeze visual style
Commits
1ab98e34
Commit
1ab98e34
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
ce4e031f
Changes
8
Hide whitespace changes
Inline
Side-by-side
kdecoration/breezedecoration.cpp
View file @
1ab98e34
...
...
@@ -8,7 +8,6 @@
#include "breezedecoration.h"
#include "breeze.h"
#include "breezesettingsprovider.h"
#include "config-breeze.h"
#include "config/breezeconfigwidget.h"
...
...
@@ -18,9 +17,7 @@
#include "breezeboxshadowrenderer.h"
#include <KDecoration2/DecoratedClient>
#include <KDecoration2/DecorationButtonGroup>
#include <KDecoration2/DecorationSettings>
#include <KDecoration2/DecorationShadow>
#include <KConfigGroup>
...
...
kdecoration/config/breezeconfigwidget.cpp
View file @
1ab98e34
...
...
@@ -9,7 +9,6 @@
#include "breezeconfigwidget.h"
#include "breezeexceptionlist.h"
#include "breezesettings.h"
#include <KLocalizedString>
...
...
kstyle/animations/breezegenericdata.cpp
View file @
1ab98e34
...
...
@@ -6,7 +6,6 @@
#include "breezegenericdata.h"
#include <QTextStream>
namespace
Breeze
{
...
...
kstyle/animations/breezetabbardata.cpp
View file @
1ab98e34
...
...
@@ -10,7 +10,6 @@
#include "breezetabbardata.h"
#include <QHoverEvent>
#include <QTabBar>
namespace
Breeze
{
...
...
kstyle/breezeframeshadow.cpp
View file @
1ab98e34
...
...
@@ -6,7 +6,6 @@
#include "breezeframeshadow.h"
#include "breeze.h"
#include "breezemetrics.h"
#include <QDebug>
...
...
kstyle/breezesplitterproxy.cpp
View file @
1ab98e34
...
...
@@ -6,7 +6,6 @@
#include "breezesplitterproxy.h"
#include "breeze.h"
#include "breezestyleconfigdata.h"
#include <QCoreApplication>
...
...
kstyle/breezestyle.cpp
View file @
1ab98e34
...
...
@@ -29,13 +29,11 @@
#include <QDial>
#include <QDialog>
#include <QDBusConnection>
#include <QDockWidget>
#include <QFormLayout>
#include <QGraphicsView>
#include <QGroupBox>
#include <QLineEdit>
#include <QMainWindow>
#include <QMdiSubWindow>
#include <QMenu>
#include <QPainter>
#include <QPushButton>
...
...
kstyle/breezewindowmanager.cpp
View file @
1ab98e34
...
...
@@ -43,7 +43,6 @@
#if BREEZE_HAVE_QTQUICK
// needed to enable dragging from QQuickWindows
#include <QQuickItem>
#include <QQuickWindow>
#endif
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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