diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-20 19:18:02 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-20 19:22:15 +0100 |
commit | 6299a2fee34e53938d7c230e7e29611a6bcdb2b9 (patch) | |
tree | e09a37f1284fb0c0b170624464795fe14a5bd392 /framework/src/domain/mime/mimetreeparser/messagepart.h | |
parent | f92a5ff29d728cd9cc4dbe5819d7b43287f802e3 (diff) | |
download | kube-6299a2fee34e53938d7c230e7e29611a6bcdb2b9.tar.gz kube-6299a2fee34e53938d7c230e7e29611a6bcdb2b9.zip |
This is really a boolean in disguise
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.h')
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/messagepart.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/messagepart.h b/framework/src/domain/mime/mimetreeparser/messagepart.h index 75208e52..b958ae8e 100644 --- a/framework/src/domain/mime/mimetreeparser/messagepart.h +++ b/framework/src/domain/mime/mimetreeparser/messagepart.h | |||
@@ -364,7 +364,8 @@ public: | |||
364 | 364 | ||
365 | private: | 365 | private: |
366 | void sigStatusToMetaData(const GpgME::Signature &signature); | 366 | void sigStatusToMetaData(const GpgME::Signature &signature); |
367 | void setVerificationResult(const GpgME::VerificationResult &result, KMime::Content *textNode, const QByteArray &plainText); | 367 | void setVerificationResult(const GpgME::VerificationResult &result, bool parseText, const QByteArray &plainText); |
368 | |||
368 | protected: | 369 | protected: |
369 | GpgME::Protocol mProtocol; | 370 | GpgME::Protocol mProtocol; |
370 | QString mFromAddress; | 371 | QString mFromAddress; |