Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KAddressBook
Commits
449f1cc0
Commit
449f1cc0
authored
Oct 22, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
7 changed files
with
0 additions
and
9 deletions
+0
-9
src/contactinfoproxymodel.cpp
src/contactinfoproxymodel.cpp
+0
-2
src/importexport/pluginmanager.cpp
src/importexport/pluginmanager.cpp
+0
-1
src/printing/compact/compactstyle.cpp
src/printing/compact/compactstyle.cpp
+0
-1
src/printing/grantlee/grantleeprintstyle.cpp
src/printing/grantlee/grantleeprintstyle.cpp
+0
-1
src/printing/mike/mikesstyle.cpp
src/printing/mike/mikesstyle.cpp
+0
-1
src/printing/printstyle.cpp
src/printing/printstyle.cpp
+0
-2
src/userfeedback/kaddressbookuserfeedbackprovider.cpp
src/userfeedback/kaddressbookuserfeedbackprovider.cpp
+0
-1
No files found.
src/contactinfoproxymodel.cpp
View file @
449f1cc0
...
...
@@ -10,14 +10,12 @@
#include "kaddressbook_debug.h"
#include <AkonadiCore/EntityTreeModel>
#include <AkonadiCore/Item>
#include <AkonadiCore/ItemFetchJob>
#include <AkonadiCore/ItemFetchScope>
#include <AkonadiCore/Monitor>
#include <KLocalizedString>
#include <kcontacts/addressee.h>
#include <kcontacts/contactgroup.h>
#include <KJob>
#include <QImage>
...
...
src/importexport/pluginmanager.cpp
View file @
449f1cc0
...
...
@@ -8,7 +8,6 @@
#include "plugin.h"
#include "libkaddressbookexportimport_debug.h"
#include <PimCommon/PluginUtil>
#include <QFileInfo>
#include <QSet>
...
...
src/printing/compact/compactstyle.cpp
View file @
449f1cc0
...
...
@@ -8,7 +8,6 @@
#include "compactstyle.h"
#include "importexport/contactfields.h"
#include "printprogress.h"
#include "printstyle.h"
#include "printingwizard.h"
#include "ui_compactstyle.h"
...
...
src/printing/grantlee/grantleeprintstyle.cpp
View file @
449f1cc0
...
...
@@ -8,7 +8,6 @@
#include "importexport/contactfields.h"
#include "printingwizard.h"
#include "printprogress.h"
#include "printstyle.h"
#include <Akonadi/Contact/GrantleePrint>
#include <KContacts/Addressee>
...
...
src/printing/mike/mikesstyle.cpp
View file @
449f1cc0
...
...
@@ -11,7 +11,6 @@
#include "importexport/contactfields.h"
#include "printingwizard.h"
#include "printprogress.h"
#include "printstyle.h"
#include <KContacts/Addressee>
...
...
src/printing/printstyle.cpp
View file @
449f1cc0
...
...
@@ -11,8 +11,6 @@
#include "kaddressbook_debug.h"
#include <QPushButton>
#include <QPixmap>
#include <QWidget>
#include <QStandardPaths>
using
namespace
KABPrinting
;
...
...
src/userfeedback/kaddressbookuserfeedbackprovider.cpp
View file @
449f1cc0
...
...
@@ -9,7 +9,6 @@
#include <KUserFeedback/PlatformInfoSource>
#include <KUserFeedback/ScreenInfoSource>
#include <KUserFeedback/QtVersionSource>
#include <KUserFeedback/Provider>
#include <KUserFeedback/StartCountSource>
#include <KUserFeedback/UsageTimeSource>
#include <KUserFeedback/LocaleInfoSource>
...
...
Write
Preview
Markdown
is supported
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