diff options
author | Sandro Knauß <sknauss@kde.org> | 2016-07-19 01:38:54 +0200 |
---|---|---|
committer | Sandro Knauß <sknauss@kde.org> | 2016-07-19 01:38:54 +0200 |
commit | fc7e7f1024e79287b85595ca29f00c708bbe8b24 (patch) | |
tree | f1bd23dd7829c1c91d9c12e35995d5ef11d2493a /framework/domain/objecttreesource.h | |
parent | 57429a6ec932978dbefd1c520ca98077c1c733a7 (diff) | |
download | kube-fc7e7f1024e79287b85595ca29f00c708bbe8b24.tar.gz kube-fc7e7f1024e79287b85595ca29f00c708bbe8b24.zip |
update change from mimetreeparser
Diffstat (limited to 'framework/domain/objecttreesource.h')
-rw-r--r-- | framework/domain/objecttreesource.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/domain/objecttreesource.h b/framework/domain/objecttreesource.h index eceb04d3..bb0cd679 100644 --- a/framework/domain/objecttreesource.h +++ b/framework/domain/objecttreesource.h | |||
@@ -28,8 +28,7 @@ class ObjectSourcePrivate; | |||
28 | class ObjectTreeSource : public MimeTreeParser::Interface::ObjectTreeSource | 28 | class ObjectTreeSource : public MimeTreeParser::Interface::ObjectTreeSource |
29 | { | 29 | { |
30 | public: | 30 | public: |
31 | ObjectTreeSource(MimeTreeParser::HtmlWriter *writer, | 31 | ObjectTreeSource(MimeTreeParser::HtmlWriter *writer); |
32 | MimeTreeParser::CSSHelperBase *cssHelper); | ||
33 | virtual ~ObjectTreeSource(); | 32 | virtual ~ObjectTreeSource(); |
34 | void setHtmlLoadExternal(bool loadExternal); | 33 | void setHtmlLoadExternal(bool loadExternal); |
35 | void setHtmlMail(bool htmlMail); | 34 | void setHtmlMail(bool htmlMail); |
@@ -44,7 +43,6 @@ public: | |||
44 | QString createMessageHeader(KMime::Message *message) Q_DECL_OVERRIDE; | 43 | QString createMessageHeader(KMime::Message *message) Q_DECL_OVERRIDE; |
45 | const MimeTreeParser::AttachmentStrategy *attachmentStrategy() Q_DECL_OVERRIDE; | 44 | const MimeTreeParser::AttachmentStrategy *attachmentStrategy() Q_DECL_OVERRIDE; |
46 | MimeTreeParser::HtmlWriter *htmlWriter() Q_DECL_OVERRIDE; | 45 | MimeTreeParser::HtmlWriter *htmlWriter() Q_DECL_OVERRIDE; |
47 | MimeTreeParser::CSSHelperBase *cssHelper() Q_DECL_OVERRIDE; | ||
48 | QObject *sourceObject() Q_DECL_OVERRIDE; | 46 | QObject *sourceObject() Q_DECL_OVERRIDE; |
49 | bool autoImportKeys() const Q_DECL_OVERRIDE; | 47 | bool autoImportKeys() const Q_DECL_OVERRIDE; |
50 | bool showEmoticons() const Q_DECL_OVERRIDE; | 48 | bool showEmoticons() const Q_DECL_OVERRIDE; |