diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-14 19:40:51 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-10-14 19:40:51 +0000 |
commit | 81f36890cb3e5afb432fe7894687345099dd6823 (patch) | |
tree | 031f9ef6c9b9a8ddb09320f98930a358192c56a9 /context.h | |
parent | verifynotification and verifydetailsdialog is refreshed on keylist-change, bt... (diff) | |
download | gpg4usb-81f36890cb3e5afb432fe7894687345099dd6823.tar.gz gpg4usb-81f36890cb3e5afb432fe7894687345099dd6823.zip |
return false in sign method if user canceld password input to prevent text-loss, remove unused method
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@547 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -88,7 +88,6 @@ public: gpgme_key_t getKeyDetails(QString uid); gpgme_signature_t verify(QByteArray in); // void decryptVerify(QByteArray in); - void sign(const QByteArray &inBuffer, QByteArray *outBuffer); bool sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer ); /** * @details If text contains PGP-message, put a linebreak before the message, |