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
PIM Messagelib
Commits
b7ccf14b
Commit
b7ccf14b
authored
Mar 21, 2016
by
Sandro Knauß
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup includes
parent
0ebbeef7
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
7 deletions
+8
-7
messagecomposer/autotests/testhtmlwriter.h
messagecomposer/autotests/testhtmlwriter.h
+1
-1
messageviewer/autotests/util.h
messageviewer/autotests/util.h
+1
-1
messageviewer/src/htmlwriter/teehtmlwriter.h
messageviewer/src/htmlwriter/teehtmlwriter.h
+1
-1
messageviewer/src/htmlwriter/webengineparthtmlwriter.h
messageviewer/src/htmlwriter/webengineparthtmlwriter.h
+1
-1
messageviewer/src/htmlwriter/webkitparthtmlwriter.h
messageviewer/src/htmlwriter/webkitparthtmlwriter.h
+1
-1
mimetreeparser/src/viewer/messagepart.cpp
mimetreeparser/src/viewer/messagepart.cpp
+3
-2
No files found.
messagecomposer/autotests/testhtmlwriter.h
View file @
b7ccf14b
...
...
@@ -21,7 +21,7 @@
#ifndef TEST_HTML_WRITER_H
#define TEST_HTML_WRITER_H
#include <
messageview
er/
h
tml
w
riter
.h
>
#include <
MimeTreePars
er/
H
tml
W
riter>
// Objecttreeparser needs a valid html writer othewise it doesn't parse
// inline messages, so give it one to chew on.
...
...
messageviewer/autotests/util.h
View file @
b7ccf14b
...
...
@@ -16,7 +16,7 @@
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
*/
#include
"interfaces/h
tml
w
riter
.h"
#include
<MimeTreeParser/H
tml
W
riter
>
#include "viewer/csshelper.h"
#include <KMime/Message>
...
...
messageviewer/src/htmlwriter/teehtmlwriter.h
View file @
b7ccf14b
...
...
@@ -32,7 +32,7 @@
#ifndef __MESSAGEVIEWER_TEEHTMLWRITER_H__
#define __MESSAGEVIEWER_TEEHTMLWRITER_H__
#include
"interfaces/h
tml
w
riter
.h"
#include
<MimeTreeParser/H
tml
W
riter
>
#include <QList>
...
...
messageviewer/src/htmlwriter/webengineparthtmlwriter.h
View file @
b7ccf14b
...
...
@@ -17,7 +17,7 @@
#ifndef WEBENGINEPARTHTMLWRITER_H
#define WEBENGINEPARTHTMLWRITER_H
#include
"messageview
er/
h
tml
w
riter
.h"
#include
<MimeTreePars
er/
H
tml
W
riter
>
#include <QObject>
#include <QString>
...
...
messageviewer/src/htmlwriter/webkitparthtmlwriter.h
View file @
b7ccf14b
...
...
@@ -33,7 +33,7 @@
#ifndef MESSAGEVIEWER_WEBKITPARTHTMLWRITER_H
#define MESSAGEVIEWER_WEBKITPARTHTMLWRITER_H
#include
"messageview
er/
h
tml
w
riter
.h"
#include
<MimeTreePars
er/
H
tml
W
riter
>
#include <QObject>
#include <QString>
...
...
mimetreeparser/src/viewer/messagepart.cpp
View file @
b7ccf14b
...
...
@@ -23,6 +23,8 @@
#include "converthtmltoplaintext.h"
#include "csshelperbase.h"
#include "cryptohelper.h"
#include "interfaces/htmlwriter.h"
#include "job/kleojobexecutor.h"
#include "utils/iconnamecache.h"
#include <MessageCore/StringUtil>
...
...
@@ -30,9 +32,8 @@
#include <libkleo/importjob.h>
#include <libkleo/cryptobackendfactory.h>
#include <interfaces/htmlwriter.h>
#include <job/kleojobexecutor.h>
#include <KMime/Content>
#include <gpgme++/key.h>
#include <gpgme.h>
...
...
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