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 Browser Integration
Commits
e826dd21
Commit
e826dd21
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
f58536fd
Changes
4
Hide whitespace changes
Inline
Side-by-side
host/connection.cpp
View file @
e826dd21
...
...
@@ -24,7 +24,6 @@
#include "connection.h"
#include <QCoreApplication>
#include <QJsonDocument>
#include <QJsonObject>
#include <QSocketNotifier>
#include <QDebug>
...
...
host/downloadplugin.cpp
View file @
e826dd21
...
...
@@ -24,7 +24,6 @@
#include "downloadplugin.h"
#include "connection.h"
#include "downloadjob.h"
#include <KIO/JobTracker>
#include <KJobTrackerInterface>
...
...
host/mprisplugin.cpp
View file @
e826dd21
...
...
@@ -28,7 +28,6 @@
#include <QDBusObjectPath>
#include <QGuiApplication>
#include <QImageReader>
#include <QTimer>
#include "mprisroot.h"
#include "mprisplayer.h"
...
...
tabsrunner/tabsrunner.cpp
View file @
e826dd21
...
...
@@ -24,7 +24,6 @@
#include <QDBusArgument>
#include <QDBusConnection>
#include <QDBusConnectionInterface>
#include <QDBusMessage>
#include <KLocalizedString>
...
...
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