diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-23 21:32:00 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-23 21:32:00 +0200 |
commit | 0a48541c5f27c1b2913030116b1cdf3ded291219 (patch) | |
tree | 1afddcf6273556d7c86dfabdd327f41ce0305b31 /framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h | |
parent | 01f36d638e12bd6ecc97fbef27d694172fbdd7f8 (diff) | |
download | kube-0a48541c5f27c1b2913030116b1cdf3ded291219.tar.gz kube-0a48541c5f27c1b2913030116b1cdf3ded291219.zip |
Removed the MessagePartRenderer
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h')
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h b/framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h index 3582853e..78a450ce 100644 --- a/framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h +++ b/framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <attachmentstrategy.h> | 25 | #include <attachmentstrategy.h> |
26 | #include <bodypartformatter.h> | 26 | #include <bodypartformatter.h> |
27 | #include <bodypartformatterbasefactory.h> | 27 | #include <bodypartformatterbasefactory.h> |
28 | #include <messagepartrenderer.h> | ||
29 | #include <objecttreesource.h> | 28 | #include <objecttreesource.h> |
30 | 29 | ||
31 | namespace MimeTreeParser | 30 | namespace MimeTreeParser |
@@ -150,10 +149,6 @@ public: | |||
150 | return nullptr; | 149 | return nullptr; |
151 | } | 150 | } |
152 | 151 | ||
153 | Interface::MessagePartRenderer::Ptr messagePartTheme(Interface::MessagePart::Ptr msgPart) Q_DECL_OVERRIDE { | ||
154 | Q_UNUSED(msgPart); | ||
155 | return Interface::MessagePartRenderer::Ptr(); | ||
156 | } | ||
157 | bool isPrinting() const Q_DECL_OVERRIDE | 152 | bool isPrinting() const Q_DECL_OVERRIDE |
158 | { | 153 | { |
159 | return false; | 154 | return false; |