summaryrefslogtreecommitdiffstats
path: root/framework/domain/mimetreeparser/objecttreesource.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/mimetreeparser/objecttreesource.h')
-rw-r--r--framework/domain/mimetreeparser/objecttreesource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/domain/mimetreeparser/objecttreesource.h b/framework/domain/mimetreeparser/objecttreesource.h
index 42433e71..93812dc3 100644
--- a/framework/domain/mimetreeparser/objecttreesource.h
+++ b/framework/domain/mimetreeparser/objecttreesource.h
@@ -46,6 +46,7 @@ public:
46 bool autoImportKeys() const Q_DECL_OVERRIDE; 46 bool autoImportKeys() const Q_DECL_OVERRIDE;
47 bool showEmoticons() const Q_DECL_OVERRIDE; 47 bool showEmoticons() const Q_DECL_OVERRIDE;
48 bool showExpandQuotesMark() const Q_DECL_OVERRIDE; 48 bool showExpandQuotesMark() const Q_DECL_OVERRIDE;
49 bool isPrinting() const Q_DECL_OVERRIDE;
49 const MimeTreeParser::BodyPartFormatterBaseFactory *bodyPartFormatterFactory() Q_DECL_OVERRIDE; 50 const MimeTreeParser::BodyPartFormatterBaseFactory *bodyPartFormatterFactory() Q_DECL_OVERRIDE;
50 MimeTreeParser::Interface::MessagePartRendererPtr messagePartTheme(MimeTreeParser::Interface::MessagePartPtr msgPart) Q_DECL_OVERRIDE; 51 MimeTreeParser::Interface::MessagePartRendererPtr messagePartTheme(MimeTreeParser::Interface::MessagePartPtr msgPart) Q_DECL_OVERRIDE;
51private: 52private: