summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandro Knauß <sknauss@kde.org>2016-11-07 22:08:14 +0100
committerSandro Knauß <sknauss@kde.org>2016-11-07 22:08:14 +0100
commitb2f4456792744b5f69d8b239141049bed25d8d6a (patch)
treef070855fff27025dd4990a2fa8da3d7f34971e34
parentbe858f86c510447657cbf0da0f503e0376beab28 (diff)
downloadkube-b2f4456792744b5f69d8b239141049bed25d8d6a.tar.gz
kube-b2f4456792744b5f69d8b239141049bed25d8d6a.zip
adopt changes from messagelib master
-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: