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
PIM
PIM Data Exporter
Commits
2879081f
Commit
2879081f
authored
May 27, 2020
by
Laurent Montel
Browse files
Clean unused includes
parent
a01758e3
Pipeline
#21387
passed with stage
in 6 minutes and 19 seconds
Changes
20
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
core/autotests/addressbook/exportaddressbookjobinterfacetestimpl.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
"resourceconvertertest.h"
#include
"saveresourceconfigtest.h"
#include
"testbackupresourcefilejob.h"
#include
<QDebug>
ExportAddressbookJobInterfaceTestImpl
::
ExportAddressbookJobInterfaceTestImpl
(
QObject
*
parent
,
Utils
::
StoredTypes
typeSelected
,
ArchiveStorage
*
archiveStorage
,
int
numberOfStep
)
:
ExportAddressbookJobInterface
(
parent
,
typeSelected
,
archiveStorage
,
numberOfStep
)
...
...
core/autotests/addressbook/importaddressbookjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -20,7 +20,6 @@
#include
"importaddressbookjobinterfacetest.h"
#include
"importaddressbookjobinterfacetestimpl.h"
#include
"testimportfile.h"
#include
<QSignalSpy>
#include
<QTest>
QTEST_MAIN
(
ImportAddressbookJobInterfaceTest
)
...
...
core/autotests/akregator/exportakregatorjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,9 +21,7 @@
#include
"exportakregatorjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testexportfile.h"
#include
<QDebug>
#include
<QTest>
#include
<QSignalSpy>
QTEST_MAIN
(
ExportAkregatorJobInterfaceTest
)
...
...
core/autotests/akregator/importakregatorjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
"importakregatorjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testimportfile.h"
#include
<QSignalSpy>
#include
<QTest>
QTEST_MAIN
(
ImportAkregatorJobInterfaceTest
)
...
...
core/autotests/alarm/exportalarmjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,9 +21,7 @@
#include
"exportalarmjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testexportfile.h"
#include
<QDebug>
#include
<QTest>
#include
<QSignalSpy>
QTEST_MAIN
(
ExportAlarmJobInterfaceTest
)
...
...
core/autotests/alarm/exportalarmjobinterfacetestimpl.cpp
View file @
2879081f
...
...
@@ -22,7 +22,6 @@
#include
"resourceconvertertest.h"
#include
"testbackupresourcefilejob.h"
#include
"saveresourceconfigtest.h"
#include
<QDebug>
ExportAlarmJobInterfaceTestImpl
::
ExportAlarmJobInterfaceTestImpl
(
QObject
*
parent
,
Utils
::
StoredTypes
typeSelected
,
ArchiveStorage
*
archiveStorage
,
int
numberOfStep
)
:
ExportAlarmJobInterface
(
parent
,
typeSelected
,
archiveStorage
,
numberOfStep
)
...
...
core/autotests/alarm/importalarmjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
"importalarmjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testimportfile.h"
#include
<QSignalSpy>
#include
<QTest>
QTEST_MAIN
(
ImportAlarmJobInterfaceTest
)
...
...
core/autotests/calendar/exportcalendarsjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
"exportcalendarsjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testexportfile.h"
#include
<QDebug>
#include
<QTest>
QTEST_MAIN
(
ExportCalendarsJobInterfaceTest
)
...
...
core/autotests/calendar/importcalendarjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
"importcalendarjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testimportfile.h"
#include
<QSignalSpy>
#include
<QTest>
QTEST_MAIN
(
ImportCalendarJobInterfaceTest
)
...
...
core/autotests/compareexportfile.cpp
View file @
2879081f
...
...
@@ -23,7 +23,6 @@
#include
"comparefilehelper.h"
#include
<QTest>
#include
<QDebug>
#include
<QProcess>
#include
<KZip>
#define KEEP_TEMPORARY_FILES 1
...
...
core/autotests/compareimportfile.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
"generatelistfilefromarchive.h"
#include
"loadlistfromfile.h"
#include
"comparefilehelper.h"
#include
<QProcess>
#include
<QTest>
CompareImportFile
::
CompareImportFile
()
...
...
core/autotests/logcreatingressource.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
<QTemporaryFile>
#include
<QTextStream>
#include
<QDebug>
LogCreatingResource
::
LogCreatingResource
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
core/autotests/mail/exportmailjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
"exportmailjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testexportfile.h"
#include
<QDebug>
#include
<QTest>
QTEST_MAIN
(
ExportMailJobInterfaceTest
)
...
...
core/autotests/mail/exportmailjobinterfacetestimpl.cpp
View file @
2879081f
...
...
@@ -23,7 +23,6 @@
#include
"saveresourceconfigtest.h"
#include
"testbackupresourcefilejob.h"
#include
<QDebug>
#include
<QTest>
ExportMailJobInterfaceTestImpl
::
ExportMailJobInterfaceTestImpl
(
QObject
*
parent
,
Utils
::
StoredTypes
typeSelected
,
ArchiveStorage
*
archiveStorage
,
int
numberOfStep
)
:
ExportMailJobInterface
(
parent
,
typeSelected
,
archiveStorage
,
numberOfStep
)
...
...
core/autotests/mail/importmailjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -22,7 +22,6 @@
#include
"archivestorage.h"
#include
"testimportfile.h"
#include
"utils.h"
#include
<QSignalSpy>
#include
<QTest>
QTEST_MAIN
(
ImportMailJobInterfaceTest
)
...
...
core/autotests/mail/importmailjobinterfacetestimpl.cpp
View file @
2879081f
...
...
@@ -25,7 +25,6 @@
#include
"mail/smtpmailtransport.h"
#include
<KConfigGroup>
#include
<KIdentityManagement/Identity>
#include
<QSignalSpy>
#include
<QTest>
ImportMailJobInterfaceTestImpl
::
ImportMailJobInterfaceTestImpl
(
QObject
*
parent
,
Utils
::
StoredTypes
typeSelected
,
ArchiveStorage
*
archiveStorage
,
int
numberOfStep
)
...
...
core/autotests/notes/exportnotesjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,8 +21,6 @@
#include
"exportnotesjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testexportfile.h"
#include
<KZip>
#include
<QDebug>
#include
<QTest>
QTEST_MAIN
(
ExportNotesJobInterfaceTest
)
...
...
core/autotests/notes/exportnotesjobinterfacetestimpl.cpp
View file @
2879081f
...
...
@@ -21,8 +21,6 @@
#include
"resourceconvertertest.h"
#include
"saveresourceconfigtest.h"
#include
<KZip>
#include
<QDebug>
#include
<QTest>
ExportNotesJobInterfaceTestImpl
::
ExportNotesJobInterfaceTestImpl
(
QObject
*
parent
,
Utils
::
StoredTypes
typeSelected
,
ArchiveStorage
*
archiveStorage
,
int
numberOfStep
)
:
ExportNotesJobInterface
(
parent
,
typeSelected
,
archiveStorage
,
numberOfStep
)
...
...
core/autotests/notes/importnotesjobinterfacetest.cpp
View file @
2879081f
...
...
@@ -21,7 +21,6 @@
#include
"importnotesjobinterfacetestimpl.h"
#include
"archivestorage.h"
#include
"testimportfile.h"
#include
<QSignalSpy>
#include
<QTest>
QTEST_MAIN
(
ImportNotesJobInterfaceTest
)
...
...
core/autotests/testbackupresourcefilejob.cpp
View file @
2879081f
...
...
@@ -19,7 +19,6 @@
#include
"testbackupresourcefilejob.h"
#include
"resourceconvertertest.h"
#include
<QDebug>
TestBackupResourceFileJob
::
TestBackupResourceFileJob
(
QObject
*
parent
)
:
BackupResourceFileJobBase
(
parent
)
{
...
...
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