summaryrefslogtreecommitdiffstats
path: root/framework/domain/objecttreesource.h
diff options
context:
space:
mode:
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;