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
PIM Data Exporter
Commits
54607421
Commit
54607421
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
88d29e45
Pipeline
#38460
passed with stage
in 17 minutes and 9 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/synchronizeresourcejob.cpp
View file @
54607421
...
...
@@ -10,7 +10,6 @@
#include <AkonadiCore/AgentInstance>
#include <AkonadiCore/AgentManager>
#include <QStringList>
#include <QTimer>
#include "pimdataexportcore_debug.h"
...
...
core/utils.cpp
View file @
54607421
...
...
@@ -11,7 +11,6 @@
#include <QSettings>
#include <KSharedConfig>
#include <QTemporaryFile>
#include <KLocalizedString>
#include <KZip>
...
...
gui/dialog/showarchivestructuredialog.cpp
View file @
54607421
...
...
@@ -8,7 +8,6 @@
#include "core/utils.h"
#include "pimdataexportgui_debug.h"
#include <PimCommon/PimUtil>
#include <QDialog>
#include <KLocalizedString>
#include <KZip>
#include <KMessageBox>
...
...
gui/pimdataexporterwindow.cpp
View file @
54607421
...
...
@@ -15,7 +15,6 @@
#include "pimdataimportdatainfofile.h"
#include "pimdataexporterkernel.h"
#include "dialog/selectiontypedialog.h"
#include "utils.h"
#include "pimdatabackuprestoreui.h"
#include "dialog/synchronizeresourcedialog.h"
...
...
gui/userfeedback/pimdataexporteduserfeedbackprovider.cpp
View file @
54607421
...
...
@@ -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
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