aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.h
diff options
context:
space:
mode:
authorUbbo Veentjer <[email protected]>2017-12-30 22:49:36 +0000
committerUbbo Veentjer <[email protected]>2017-12-30 22:49:36 +0000
commita2b1d5843c1c62056e10b15796bb631a8752e29a (patch)
tree9c1b0553a076bbf5b98a577689d2dae45c928074 /gpgcontext.h
parentrecommit of a772d1426463d5f4913b5252530b81d1d2cca7dd (remove obsolete Encrypt... (diff)
downloadgpg4usb-a2b1d5843c1c62056e10b15796bb631a8752e29a.tar.gz
gpg4usb-a2b1d5843c1c62056e10b15796bb631a8752e29a.zip
recommit of b0810ed26a4f71da4f7a0e84597714e3669e7228 (possibility for detached signing in gpgcontext)
Diffstat (limited to 'gpgcontext.h')
-rw-r--r--gpgcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpgcontext.h b/gpgcontext.h
index 76f753e..a01ff8d 100644
--- a/gpgcontext.h
+++ b/gpgcontext.h
@@ -121,7 +121,7 @@ public:
gpgme_key_t getKeyDetails(QString uid);
gpgme_signature_t verify(QByteArray in);
// void decryptVerify(QByteArray in);
- bool sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer );
+ bool sign(QStringList *uidList, const QByteArray &inBuffer, QByteArray *outBuffer, bool detached = false);
/**
* @details If text contains PGP-message, put a linebreak before the message,
* so that gpgme can decrypt correctly