Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Mail-related libraries
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
Mail-related libraries
Commits
55d8c468
Commit
55d8c468
authored
Mar 04, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up includes
parent
736fb20e
Changes
16
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
with
1 addition
and
22 deletions
+1
-22
composereditor-ng/src/extendattributes/extendattributesdialog.cpp
...editor-ng/src/extendattributes/extendattributesdialog.cpp
+0
-1
composereditor-ng/src/image/composerimagedialog.cpp
composereditor-ng/src/image/composerimagedialog.cpp
+0
-1
composereditor-ng/src/link/composeranchordialog.cpp
composereditor-ng/src/link/composeranchordialog.cpp
+0
-1
composereditor-ng/src/link/composerlinkdialog.cpp
composereditor-ng/src/link/composerlinkdialog.cpp
+0
-1
composereditor-ng/src/list/composerlistdialog.cpp
composereditor-ng/src/list/composerlistdialog.cpp
+0
-1
composereditor-ng/src/pagecolor/pagecolorbackgrounddialog.cpp
...osereditor-ng/src/pagecolor/pagecolorbackgrounddialog.cpp
+0
-1
composereditor-ng/src/private/composerview_p.cpp
composereditor-ng/src/private/composerview_p.cpp
+0
-2
composereditor-ng/src/table/composertablecellformatdialog.cpp
...osereditor-ng/src/table/composertablecellformatdialog.cpp
+0
-1
composereditor-ng/src/table/composertabledialog.cpp
composereditor-ng/src/table/composertabledialog.cpp
+0
-2
composereditor-ng/src/table/composertableformatdialog.cpp
composereditor-ng/src/table/composertableformatdialog.cpp
+0
-2
composereditor-ng/tests/composerhtmleditor.cpp
composereditor-ng/tests/composerhtmleditor.cpp
+0
-1
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
...ssbookgrantlee/src/formatter/grantleecontactformatter.cpp
+1
-2
kaddressbookgrantlee/src/formatter/grantleecontactgroupformatter.cpp
...kgrantlee/src/formatter/grantleecontactgroupformatter.cpp
+0
-2
kaddressbookgrantlee/src/printing/autotests/grantleeprinttest.cpp
...bookgrantlee/src/printing/autotests/grantleeprinttest.cpp
+0
-1
kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp
...sbookgrantlee/src/printing/contactgrantleeprintobject.cpp
+0
-2
libkdepimdbusinterfaces/src/urihandler.cpp
libkdepimdbusinterfaces/src/urihandler.cpp
+0
-1
No files found.
composereditor-ng/src/extendattributes/extendattributesdialog.cpp
View file @
55d8c468
...
...
@@ -30,7 +30,6 @@
#include <QVBoxLayout>
#include <QLabel>
#include <QTabWidget>
#include <KConfigGroup>
#include <QDialogButtonBox>
namespace
ComposerEditorNG
...
...
composereditor-ng/src/image/composerimagedialog.cpp
View file @
55d8c468
...
...
@@ -32,7 +32,6 @@
#include <QHBoxLayout>
#include <QLabel>
#include <QWebElement>
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
composereditor-ng/src/link/composeranchordialog.cpp
View file @
55d8c468
...
...
@@ -28,7 +28,6 @@
#include <QVBoxLayout>
#include <QLabel>
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
composereditor-ng/src/link/composerlinkdialog.cpp
View file @
55d8c468
...
...
@@ -30,7 +30,6 @@
#include <QVBoxLayout>
#include <QLabel>
#include <QWebElement>
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
composereditor-ng/src/list/composerlistdialog.cpp
View file @
55d8c468
...
...
@@ -30,7 +30,6 @@
#include <QWebElement>
#include <QLabel>
#include <QSpinBox>
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
composereditor-ng/src/pagecolor/pagecolorbackgrounddialog.cpp
View file @
55d8c468
...
...
@@ -28,7 +28,6 @@
#include <QVBoxLayout>
#include <QWebElement>
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
composereditor-ng/src/private/composerview_p.cpp
View file @
55d8c468
...
...
@@ -38,7 +38,6 @@
#include <Sonnet/Dialog>
#include <sonnet/backgroundchecker.h>
#include <KToolInvocation>
#include <KLocalizedString>
#include <KToggleAction>
#include <QAction>
...
...
@@ -53,7 +52,6 @@
#include <KStandardShortcut>
#include <PimCommon/KPimPrintPreviewDialog>
#include <QDBusInterface>
#include <QDBusConnectionInterface>
#include <QWebFrame>
#include <QWebElement>
...
...
composereditor-ng/src/table/composertablecellformatdialog.cpp
View file @
55d8c468
...
...
@@ -30,7 +30,6 @@
#include <QWebElement>
#include <QVBoxLayout>
#include <QCheckBox>
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
composereditor-ng/src/table/composertabledialog.cpp
View file @
55d8c468
...
...
@@ -25,9 +25,7 @@
#include <KLocalizedString>
#include <KSeparator>
#include <QWebElement>
#include <QVBoxLayout>
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
composereditor-ng/src/table/composertableformatdialog.cpp
View file @
55d8c468
...
...
@@ -30,9 +30,7 @@
#include <QWebElement>
#include <QVBoxLayout>
#include <QCheckBox>
#include <QLabel>
#include "composereditorng_debug.h"
#include <KConfigGroup>
#include <QDialogButtonBox>
#include <QPushButton>
...
...
composereditor-ng/tests/composerhtmleditor.cpp
View file @
55d8c468
...
...
@@ -23,7 +23,6 @@
#include <kactioncollection.h>
#include <kstandardaction.h>
#include <KLocalizedString>
#include "composereditorng_debug.h"
#include <QApplication>
#include <QSplitter>
...
...
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
View file @
55d8c468
...
...
@@ -23,13 +23,13 @@
#include "grantleetheme/grantleetheme.h"
#include "grantleecontactutils.h"
#include <KContacts/Addressee>
#include <grantlee/context.h>
#include <grantlee/engine.h>
#include <grantlee/templateloader.h>
#include <AkonadiCore/Item>
#include <KContacts/Addressee>
#include <KColorScheme>
...
...
@@ -41,7 +41,6 @@
#include <akonadi/contact/improtocols.h>
#include <QSet>
#include <QTextDocument>
#include <QLocale>
#include <QRegularExpression>
...
...
kaddressbookgrantlee/src/formatter/grantleecontactgroupformatter.cpp
View file @
55d8c468
...
...
@@ -30,8 +30,6 @@
#include <AkonadiCore/Item>
#include <Akonadi/Contact/ContactGroupExpandJob>
#include <KContacts/Addressee>
#include <KContacts/ContactGroup>
#include <KColorScheme>
...
...
kaddressbookgrantlee/src/printing/autotests/grantleeprinttest.cpp
View file @
55d8c468
...
...
@@ -18,7 +18,6 @@
#include "grantleeprinttest.h"
#include "printing/grantleeprint.h"
#include <qtest.h>
#include <KContacts/Addressee>
GrantleePrintTest
::
GrantleePrintTest
(
QObject
*
parent
)
:
QObject
(
parent
)
...
...
kaddressbookgrantlee/src/printing/contactgrantleeprintobject.cpp
View file @
55d8c468
...
...
@@ -22,9 +22,7 @@
#include "contactgrantleeprintgeoobject.h"
#include "contactgrantleeprintcryptoobject.h"
#include <KContacts/Address>
#include <KContacts/PhoneNumber>
#include <KContacts/Lang>
#include <QBuffer>
#include <QVariant>
...
...
libkdepimdbusinterfaces/src/urihandler.cpp
View file @
55d8c468
...
...
@@ -33,7 +33,6 @@
#include "kdepimdbusinterface_debug.h"
#include <ktoolinvocation.h>
#include <QUrl>
#include <QObject>
#include <QDesktopServices>
bool
UriHandler
::
process
(
const
QString
&
uri
,
const
Akonadi
::
Item
&
item
)
...
...
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