aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgContext.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--include/gpg/GpgContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h
index 071fff8b..81ff3152 100644
--- a/include/gpg/GpgContext.h
+++ b/include/gpg/GpgContext.h
@@ -102,7 +102,7 @@ namespace GpgME {
void exportSecretKey(const QString &uid, QByteArray *outBuffer);
- gpgme_key_t getKeyDetails(const QString &uid);
+ void getKeyDetails(const QString &uid, GpgKey& key);
gpgme_signature_t verify(QByteArray *inBuffer, QByteArray *sigBuffer = nullptr);