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 Add-ons
Commits
5014f5a2
Commit
5014f5a2
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
44c803b4
Changes
12
Hide whitespace changes
Inline
Side-by-side
applets/colorpicker/plugin/colorpickerplugin.cpp
View file @
5014f5a2
...
...
@@ -8,7 +8,6 @@
// Qt
#include
<QColor>
#include
<QQmlEngine>
#include
"grabwidget.h"
...
...
applets/dict/plugin/dict_plugin.cpp
View file @
5014f5a2
...
...
@@ -9,7 +9,6 @@
#include
"dictionariesmodel.h"
// Qt
#include
<QQmlEngine>
void
DictPlugin
::
registerTypes
(
const
char
*
uri
)
{
...
...
applets/dict/plugin/dictionariesmodel.cpp
View file @
5014f5a2
...
...
@@ -5,7 +5,6 @@
*/
#include
"dictionariesmodel.h"
#include
<Plasma/DataEngine>
#include
<Plasma/DataContainer>
#include
<QDebug>
...
...
applets/diskquota/plugin/plugin.cpp
View file @
5014f5a2
...
...
@@ -8,7 +8,6 @@
#include
"QuotaListModel.h"
// Qt
#include
<QQmlEngine>
void
DiskQuotaPlugin
::
registerTypes
(
const
char
*
uri
)
{
...
...
applets/fifteenPuzzle/plugin/fifteenpuzzleplugin.cpp
View file @
5014f5a2
...
...
@@ -8,7 +8,6 @@
#include
"fifteenimageprovider.h"
// Qt
#include
<QQmlEngine>
#include
<QDebug>
void
FifteenPuzzlePlugin
::
registerTypes
(
const
char
*
uri
)
...
...
applets/mediaframe/plugin/mediaframe.cpp
View file @
5014f5a2
...
...
@@ -19,7 +19,6 @@
#include
<QRandomGenerator>
#include
<KIO/StoredTransferJob>
#include
<KIO/Job>
MediaFrame
::
MediaFrame
(
QObject
*
parent
)
:
QObject
(
parent
)
{
...
...
applets/mediaframe/plugin/mediaframeplugin.cpp
View file @
5014f5a2
...
...
@@ -8,7 +8,6 @@
#include
"mediaframe.h"
// Qt
#include
<QQmlEngine>
void
MediaFramePlugin
::
registerTypes
(
const
char
*
uri
)
{
...
...
applets/notes/plugin/notesplugin.cpp
View file @
5014f5a2
...
...
@@ -11,7 +11,6 @@
#include
"note.h"
// Qt
#include
<QQmlEngine>
#include
<QFile>
class
NotesHelper
:
public
QObject
...
...
applets/weather/plugin/locationlistmodel.cpp
View file @
5014f5a2
...
...
@@ -8,7 +8,6 @@
#include
"locationlistmodel.h"
#include
<Plasma/DataContainer>
#include
<Plasma/DataEngine>
#include
<KLocalizedString>
...
...
applets/weather/plugin/util.cpp
View file @
5014f5a2
...
...
@@ -7,7 +7,6 @@
#include
"util.h"
// KF
#include
<KUnitConversion/Converter>
#include
<KUnitConversion/Value>
#include
<KLocalizedString>
// Qt
...
...
dataengines/comic/comicproviderwrapper.cpp
View file @
5014f5a2
...
...
@@ -7,10 +7,8 @@
#include
"comicproviderwrapper.h"
#include
"comicproviderkross.h"
#include
"comicprovider.h"
#include
<QTimer>
#include
<QBuffer>
#include
<QPainter>
#include
<QTextCodec>
#include
<QUrl>
...
...
dataengines/potd/wcpotdprovider.cpp
View file @
5014f5a2
...
...
@@ -11,7 +11,6 @@
#include
<QUrlQuery>
#include
<QJsonDocument>
#include
<QJsonArray>
#include
<QImage>
#include
<QDebug>
#include
<KPluginFactory>
...
...
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