diff options
Diffstat (limited to 'framework/domain/objecttreesource.cpp')
-rw-r--r-- | framework/domain/objecttreesource.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
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 | ||
138 | bool ObjectTreeSource::isPrinting() const | ||
139 | { | ||
140 | return false; | ||
141 | } | ||
142 | |||
138 | const MimeTreeParser::BodyPartFormatterBaseFactory *ObjectTreeSource::bodyPartFormatterFactory() | 143 | const MimeTreeParser::BodyPartFormatterBaseFactory *ObjectTreeSource::bodyPartFormatterFactory() |
139 | { | 144 | { |
140 | return &(d->mBodyPartFormatterBaseFactory); | 145 | return &(d->mBodyPartFormatterBaseFactory); |