diff options
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.h')
-rw-r--r-- | framework/src/domain/mime/mimetreeparser/messagepart.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/framework/src/domain/mime/mimetreeparser/messagepart.h b/framework/src/domain/mime/mimetreeparser/messagepart.h index b958ae8e..1d416e8f 100644 --- a/framework/src/domain/mime/mimetreeparser/messagepart.h +++ b/framework/src/domain/mime/mimetreeparser/messagepart.h | |||
@@ -353,7 +353,6 @@ public: | |||
353 | void setIsSigned(bool isSigned); | 353 | void setIsSigned(bool isSigned); |
354 | bool isSigned() const; | 354 | bool isSigned() const; |
355 | 355 | ||
356 | void startVerification(const QByteArray &text, const QTextCodec *aCodec); | ||
357 | void startVerificationDetached(const QByteArray &text, KMime::Content *textNode, const QByteArray &signature); | 356 | void startVerificationDetached(const QByteArray &text, KMime::Content *textNode, const QByteArray &signature); |
358 | void startVerification(); | 357 | void startVerification(); |
359 | 358 | ||
@@ -369,7 +368,6 @@ private: | |||
369 | protected: | 368 | protected: |
370 | GpgME::Protocol mProtocol; | 369 | GpgME::Protocol mProtocol; |
371 | QString mFromAddress; | 370 | QString mFromAddress; |
372 | QByteArray mVerifiedText; | ||
373 | KMime::Content *mSignedData; | 371 | KMime::Content *mSignedData; |
374 | 372 | ||
375 | friend EncryptedMessagePart; | 373 | friend EncryptedMessagePart; |