summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h')
-rw-r--r--framework/src/domain/mime/mimetreeparser/otp/autotests/setupenv.h5
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
31namespace MimeTreeParser 30namespace 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;