diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-20 19:11:08 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-02-20 19:22:12 +0100 |
commit | f92a5ff29d728cd9cc4dbe5819d7b43287f802e3 (patch) | |
tree | ca8ae0ccfcd8ae15aa4cc2c5559fa772da06c86d /framework/src/domain/mime/mimetreeparser/messagepart.h | |
parent | e8632e18e0bef91873c6024073b5f461c07d6fe3 (diff) | |
download | kube-f92a5ff29d728cd9cc4dbe5819d7b43287f802e3.tar.gz kube-f92a5ff29d728cd9cc4dbe5819d7b43287f802e3.zip |
Avoid unnecessary member variables
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.h')
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/messagepart.h | 3 |
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 | ||
366 | private: | 365 | private: |
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); |
369 | protected: | 368 | protected: |
370 | GpgME::Protocol mProtocol; | 369 | GpgME::Protocol mProtocol; |