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
PIM
KAddressBook
Commits
449f1cc0
Commit
449f1cc0
authored
Oct 22, 2020
by
Laurent Montel
😁
Browse files
If include is define in .h remove it if it's defined in .cpp too (scripted)
parent
5e9e0427
Pipeline
#38444
passed with stage
in 11 minutes and 12 seconds
Changes
7
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/contactinfoproxymodel.cpp
View file @
449f1cc0
...
@@ -10,14 +10,12 @@
...
@@ -10,14 +10,12 @@
#include
"kaddressbook_debug.h"
#include
"kaddressbook_debug.h"
#include
<AkonadiCore/EntityTreeModel>
#include
<AkonadiCore/Item>
#include
<AkonadiCore/Item>
#include
<AkonadiCore/ItemFetchJob>
#include
<AkonadiCore/ItemFetchJob>
#include
<AkonadiCore/ItemFetchScope>
#include
<AkonadiCore/ItemFetchScope>
#include
<AkonadiCore/Monitor>
#include
<AkonadiCore/Monitor>
#include
<KLocalizedString>
#include
<KLocalizedString>
#include
<kcontacts/addressee.h>
#include
<kcontacts/addressee.h>
#include
<kcontacts/contactgroup.h>
#include
<KJob>
#include
<KJob>
#include
<QImage>
#include
<QImage>
...
...
src/importexport/pluginmanager.cpp
View file @
449f1cc0
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
#include
"plugin.h"
#include
"plugin.h"
#include
"libkaddressbookexportimport_debug.h"
#include
"libkaddressbookexportimport_debug.h"
#include
<PimCommon/PluginUtil>
#include
<QFileInfo>
#include
<QFileInfo>
#include
<QSet>
#include
<QSet>
...
...
src/printing/compact/compactstyle.cpp
View file @
449f1cc0
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
#include
"compactstyle.h"
#include
"compactstyle.h"
#include
"importexport/contactfields.h"
#include
"importexport/contactfields.h"
#include
"printprogress.h"
#include
"printprogress.h"
#include
"printstyle.h"
#include
"printingwizard.h"
#include
"printingwizard.h"
#include
"ui_compactstyle.h"
#include
"ui_compactstyle.h"
...
...
src/printing/grantlee/grantleeprintstyle.cpp
View file @
449f1cc0
...
@@ -8,7 +8,6 @@
...
@@ -8,7 +8,6 @@
#include
"importexport/contactfields.h"
#include
"importexport/contactfields.h"
#include
"printingwizard.h"
#include
"printingwizard.h"
#include
"printprogress.h"
#include
"printprogress.h"
#include
"printstyle.h"
#include
<Akonadi/Contact/GrantleePrint>
#include
<Akonadi/Contact/GrantleePrint>
#include
<KContacts/Addressee>
#include
<KContacts/Addressee>
...
...
src/printing/mike/mikesstyle.cpp
View file @
449f1cc0
...
@@ -11,7 +11,6 @@
...
@@ -11,7 +11,6 @@
#include
"importexport/contactfields.h"
#include
"importexport/contactfields.h"
#include
"printingwizard.h"
#include
"printingwizard.h"
#include
"printprogress.h"
#include
"printprogress.h"
#include
"printstyle.h"
#include
<KContacts/Addressee>
#include
<KContacts/Addressee>
...
...
src/printing/printstyle.cpp
View file @
449f1cc0
...
@@ -11,8 +11,6 @@
...
@@ -11,8 +11,6 @@
#include
"kaddressbook_debug.h"
#include
"kaddressbook_debug.h"
#include
<QPushButton>
#include
<QPushButton>
#include
<QPixmap>
#include
<QWidget>
#include
<QStandardPaths>
#include
<QStandardPaths>
using
namespace
KABPrinting
;
using
namespace
KABPrinting
;
...
...
src/userfeedback/kaddressbookuserfeedbackprovider.cpp
View file @
449f1cc0
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
#include
<KUserFeedback/PlatformInfoSource>
#include
<KUserFeedback/PlatformInfoSource>
#include
<KUserFeedback/ScreenInfoSource>
#include
<KUserFeedback/ScreenInfoSource>
#include
<KUserFeedback/QtVersionSource>
#include
<KUserFeedback/QtVersionSource>
#include
<KUserFeedback/Provider>
#include
<KUserFeedback/StartCountSource>
#include
<KUserFeedback/StartCountSource>
#include
<KUserFeedback/UsageTimeSource>
#include
<KUserFeedback/UsageTimeSource>
#include
<KUserFeedback/LocaleInfoSource>
#include
<KUserFeedback/LocaleInfoSource>
...
...
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