summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/domain/mimetreeparser/objecttreesource.cpp5
-rw-r--r--framework/domain/mimetreeparser/objecttreesource.h1
-rw-r--r--framework/domain/objecttreesource.cpp5
-rw-r--r--framework/domain/objecttreesource.h1
4 files changed, 12 insertions, 0 deletions
diff --git a/framework/domain/mimetreeparser/objecttreesource.cpp b/framework/domain/mimetreeparser/objecttreesource.cpp
index 58667444..567f3516 100644
--- a/framework/domain/mimetreeparser/objecttreesource.cpp
+++ b/framework/domain/mimetreeparser/objecttreesource.cpp
@@ -135,6 +135,11 @@ bool ObjectTreeSource::showExpandQuotesMark() const
135 return false; 135 return false;
136} 136}
137 137
138bool ObjectTreeSource::isPrinting() const
139{
140 return false;
141}
142
138const MimeTreeParser::BodyPartFormatterBaseFactory *ObjectTreeSource::bodyPartFormatterFactory() 143const MimeTreeParser::BodyPartFormatterBaseFactory *ObjectTreeSource::bodyPartFormatterFactory()
139{ 144{
140 return &(d->mBodyPartFormatterBaseFactory); 145 return &(d->mBodyPartFormatterBaseFactory);
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:
diff --git a/framework/domain/objecttreesource.cpp b/framework/domain/objecttreesource.cpp
index 58667444..567f3516 100644
--- a/framework/domain/objecttreesource.cpp
+++ b/framework/domain/objecttreesource.cpp
@@ -135,6 +135,11 @@ bool ObjectTreeSource::showExpandQuotesMark() const
135 return false; 135 return false;
136} 136}
137 137
138bool ObjectTreeSource::isPrinting() const
139{
140 return false;
141}
142
138const MimeTreeParser::BodyPartFormatterBaseFactory *ObjectTreeSource::bodyPartFormatterFactory() 143const MimeTreeParser::BodyPartFormatterBaseFactory *ObjectTreeSource::bodyPartFormatterFactory()
139{ 144{
140 return &(d->mBodyPartFormatterBaseFactory); 145 return &(d->mBodyPartFormatterBaseFactory);
diff --git a/framework/domain/objecttreesource.h b/framework/domain/objecttreesource.h
index 42433e71..93812dc3 100644
--- a/framework/domain/objecttreesource.h
+++ b/framework/domain/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: