summaryrefslogtreecommitdiffstats
path: root/framework/domain/objecttreesource.h
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-07-26 16:00:48 +0200
committerSandro Knauß <sknauss@kde.org>2016-07-26 16:00:48 +0200
commite538fe9f19f97bf5fcc29460273f3c733271e5fa (patch)
treed14263b7435fe3f4877aad17c73c0000e1cd2e59 /framework/domain/objecttreesource.h
parent0272f1e8bb7f8c86c86958e3e022aac8b34a266c (diff)
parent938d2d4acfe9c29210ef9c0b61ebf254d99658ba (diff)
downloadkube-e538fe9f19f97bf5fcc29460273f3c733271e5fa.tar.gz
kube-e538fe9f19f97bf5fcc29460273f3c733271e5fa.zip
Merge branch 'develop' into dev/mimetreeinterface
Diffstat (limited to 'framework/domain/objecttreesource.h')
-rw-r--r--framework/domain/objecttreesource.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/framework/domain/objecttreesource.h b/framework/domain/objecttreesource.h
index bb0cd679..42433e71 100644
--- a/framework/domain/objecttreesource.h
+++ b/framework/domain/objecttreesource.h
@@ -31,12 +31,11 @@ public:
31 ObjectTreeSource(MimeTreeParser::HtmlWriter *writer); 31 ObjectTreeSource(MimeTreeParser::HtmlWriter *writer);
32 virtual ~ObjectTreeSource(); 32 virtual ~ObjectTreeSource();
33 void setHtmlLoadExternal(bool loadExternal); 33 void setHtmlLoadExternal(bool loadExternal);
34 void setHtmlMail(bool htmlMail);
35 bool htmlMail() const Q_DECL_OVERRIDE;
36 bool decryptMessage() const Q_DECL_OVERRIDE; 34 bool decryptMessage() const Q_DECL_OVERRIDE;
37 bool htmlLoadExternal() const Q_DECL_OVERRIDE; 35 bool htmlLoadExternal() const Q_DECL_OVERRIDE;
38 bool showSignatureDetails() const Q_DECL_OVERRIDE; 36 bool showSignatureDetails() const Q_DECL_OVERRIDE;
39 void setHtmlMode(MimeTreeParser::Util::HtmlMode mode) Q_DECL_OVERRIDE; 37 void setHtmlMode(MimeTreeParser::Util::HtmlMode mode, const QList<MimeTreeParser::Util::HtmlMode> &availableModes) Q_DECL_OVERRIDE;
38 MimeTreeParser::Util::HtmlMode preferredMode() const Q_DECL_OVERRIDE;
40 void setAllowDecryption(bool allowDecryption); 39 void setAllowDecryption(bool allowDecryption);
41 int levelQuote() const Q_DECL_OVERRIDE; 40 int levelQuote() const Q_DECL_OVERRIDE;
42 const QTextCodec *overrideCodec() Q_DECL_OVERRIDE; 41 const QTextCodec *overrideCodec() Q_DECL_OVERRIDE;