summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/mime/mimetreeparser/messagepart.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-26 17:36:32 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-02-26 17:36:32 +0100
commit5e8a56bc47937efcfc49fc0e2bf7e0be4cddb350 (patch)
tree3d6656244d1293db5aa0a110a5912d0dd5986600 /framework/src/domain/mime/mimetreeparser/messagepart.h
parenta0dbb5507ff39a4f16c0a1c1f01402658586ac5f (diff)
downloadkube-5e8a56bc47937efcfc49fc0e2bf7e0be4cddb350.tar.gz
kube-5e8a56bc47937efcfc49fc0e2bf7e0be4cddb350.zip
Removed unused code
Diffstat (limited to 'framework/src/domain/mime/mimetreeparser/messagepart.h')
-rw-r--r--framework/src/domain/mime/mimetreeparser/messagepart.h2
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:
369protected: 368protected:
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;