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
KMail Account Wizard
Commits
3dfc438c
Commit
3dfc438c
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
50f6245a
Pipeline
#38451
passed with stage
in 12 minutes and 49 seconds
Changes
8
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/cryptopage.cpp
View file @
3dfc438c
...
...
@@ -8,7 +8,6 @@
#include "dialog.h"
#include "identity.h"
#include "accountwizard_debug.h"
#include "key.h"
#include "transport.h"
#include <Libkleo/DefaultKeyFilter>
...
...
@@ -35,7 +34,6 @@
#include <QFileDialog>
#include <QEventLoopLocker>
#include <QPointer>
class
KeyGenerationJob
:
public
QObject
{
...
...
src/dialog.cpp
View file @
3dfc438c
...
...
@@ -14,7 +14,6 @@
#include "loadpage.h"
#include "global.h"
#include "dynamicpage.h"
#include "setupmanager.h"
#include "servertest.h"
#include "setuppage.h"
#include "cryptopage.h"
...
...
src/inprocess-main.cpp
View file @
3dfc438c
...
...
@@ -5,11 +5,7 @@
*/
#include "inprocess-main.h"
#include "dialog.h"
#include "global.h"
#include <QObject>
#include <QStringList>
AccountWizard
::
AccountWizard
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
src/ispdb/ispdb.cpp
View file @
3dfc438c
...
...
@@ -7,11 +7,9 @@
#include "ispdb.h"
#include "accountwizard_debug.h"
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <KLocalizedString>
#include <kmime/kmime_header_parsing.h>
#include <QDomDocument>
Ispdb
::
Ispdb
(
QObject
*
parent
)
...
...
src/key.cpp
View file @
3dfc438c
...
...
@@ -9,7 +9,6 @@
#include "transport.h"
#include <QTimer>
#include <QProcess>
#include <QGpgME/Protocol>
#include <QGpgME/WKSPublishJob>
...
...
src/personaldatapage.cpp
View file @
3dfc438c
...
...
@@ -10,7 +10,6 @@
#include <config-enterprise.h>
#include "global.h"
#include "dialog.h"
#include "transport.h"
#include "resource.h"
#include "ispdb/ispdb.h"
...
...
src/providerpage.cpp
View file @
3dfc438c
...
...
@@ -10,7 +10,6 @@
#include "accountwizard_debug.h"
#include <QSortFilterProxyModel>
#include <KNSCore/DownloadManager>
#include <KLocalizedString>
#include <QLineEdit>
...
...
src/setupmanager.cpp
View file @
3dfc438c
...
...
@@ -15,7 +15,6 @@
#include "setupautoconfigkolabmail.h"
#include "setupautoconfigkolabldap.h"
#include "setupautoconfigkolabfreebusy.h"
#include "key.h"
#include <KEMailSettings>
#include <kwallet.h>
...
...
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