aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-01 18:07:42 +0000
committerSaturneric <[email protected]>2021-07-01 18:07:42 +0000
commitbf033884a652f32c207046b0f3dcdcc0d225150c (patch)
tree8c89d964c51cebc7333e6cbe829dc343425958ca /include/gpg
parentMerge branch 'develop-ci' (diff)
downloadGpgFrontend-bf033884a652f32c207046b0f3dcdcc0d225150c.tar.gz
GpgFrontend-bf033884a652f32c207046b0f3dcdcc0d225150c.zip
Export Secret Key Fixed.
Start Wizard Modified. Another Bugs Fixed.
Diffstat (limited to 'include/gpg')
-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 1e5334d1..e243cc53 100644
--- a/include/gpg/GpgContext.h
+++ b/include/gpg/GpgContext.h
@@ -99,7 +99,7 @@ namespace GpgME {
void clearPasswordCache();
- void exportSecretKey(const QString &uid, QByteArray *outBuffer);
+ bool exportSecretKey(const GpgKey &key, QByteArray *outBuffer);
void getSigners(QVector<GpgKey> &signer);