summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mimetreeparser/messagepart.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.h')
-rw-r--r--framework/src/domain/mime/mimetreeparser/messagepart.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/messagepart.h b/framework/src/domain/mime/mimetreeparser/messagepart.h
index 124bc50e..75208e52 100644
--- a/framework/src/domain/mime/mimetreeparser/messagepart.h
+++ b/framework/src/domain/mime/mimetreeparser/messagepart.h
@@ -358,13 +358,12 @@ public:
358 void startVerification(); 358 void startVerification();
359 359
360 QByteArray mDecryptedData; 360 QByteArray mDecryptedData;
361 std::vector<GpgME::Signature> mSignatures;
362 361
363 QString plaintextContent() const Q_DECL_OVERRIDE; 362 QString plaintextContent() const Q_DECL_OVERRIDE;
364 QString htmlContent() const Q_DECL_OVERRIDE; 363 QString htmlContent() const Q_DECL_OVERRIDE;
365 364
366private: 365private:
367 void sigStatusToMetaData(); 366 void sigStatusToMetaData(const GpgME::Signature &signature);
368 void setVerificationResult(const GpgME::VerificationResult &result, KMime::Content *textNode, const QByteArray &plainText); 367 void setVerificationResult(const GpgME::VerificationResult &result, KMime::Content *textNode, const QByteArray &plainText);
369protected: 368protected:
370 GpgME::Protocol mProtocol; 369 GpgME::Protocol mProtocol;