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
Plasma Add-ons
Commits
0c8b8729
Commit
0c8b8729
authored
May 04, 2022
by
Laurent Montel
Browse files
REmove duplicate header between header/file
parent
5416e855
Pipeline
#171892
passed with stage
in 1 minute and 32 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
applets/comic/comic.cpp
View file @
0c8b8729
...
...
@@ -14,7 +14,6 @@
#include
"comic_debug.h"
#include
"comicarchivedialog.h"
#include
"comicarchivejob.h"
#include
"comicdata.h"
#include
"comicsaver.h"
#include
"stripselector.h"
...
...
applets/comic/engine/cachedprovider.cpp
View file @
0c8b8729
...
...
@@ -7,7 +7,6 @@
#include
"cachedprovider.h"
#include
"comic_debug.h"
#include
"types.h"
#include
<QDebug>
#include
<QDir>
...
...
applets/comic/engine/comic.cpp
View file @
0c8b8729
...
...
@@ -16,7 +16,6 @@
#endif
#include
<QSettings>
#include
<QStandardPaths>
#include
<QUrl>
#include
<KPackage/PackageLoader>
#include
<qloggingcategory.h>
...
...
@@ -25,7 +24,6 @@
#include
"comic_debug.h"
#include
"comicprovider.h"
#include
"comicproviderkross.h"
#include
"types.h"
ComicEngine
::
ComicEngine
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
applets/comic/engine/comicprovider.cpp
View file @
0c8b8729
...
...
@@ -7,7 +7,6 @@
#include
"comicprovider.h"
#include
"comic_debug.h"
#include
"types.h"
#include
<QTimer>
#include
<QUrl>
...
...
applets/comic/engine/comicproviderwrapper.cpp
View file @
0c8b8729
...
...
@@ -8,7 +8,6 @@
#include
"comicproviderwrapper.h"
#include
"comic_debug.h"
#include
"comicproviderkross.h"
#include
"types.h"
#include
<KPackage/Package>
#include
<KPackage/PackageLoader>
...
...
applets/weather/plugin/locationlistmodel.cpp
View file @
0c8b8729
...
...
@@ -8,7 +8,6 @@
#include
"locationlistmodel.h"
#include
<Plasma/DataContainer>
#include
<Plasma/DataEngine>
#include
<KLocalizedString>
...
...
wallpapers/potd/plugins/flickrprovider.cpp
View file @
0c8b8729
...
...
@@ -13,7 +13,6 @@
#include
<QTextDocumentFragment>
#include
<QUrlQuery>
#include
<KIO/Job>
#include
<KPluginFactory>
static
QUrl
buildUrl
(
const
QDate
&
date
,
const
QString
apiKey
)
...
...
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