aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-14 19:40:51 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-10-14 19:40:51 +0000
commit81f36890cb3e5afb432fe7894687345099dd6823 (patch)
tree031f9ef6c9b9a8ddb09320f98930a358192c56a9 /context.h
parentverifynotification and verifydetailsdialog is refreshed on keylist-change, bt... (diff)
downloadgpg4usb-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/context.h b/context.h
index 6c58455..7ca00d5 100644
--- a/context.h
+++ b/context.h
@@ -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,