aboutsummaryrefslogtreecommitdiffstats
path: root/include/gpg/GpgContext.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-07-20 19:01:06 +0000
committerSaturneric <[email protected]>2021-07-20 19:01:06 +0000
commit69e33d6eeef7d77385d21c5b969df76cb0fbc0e7 (patch)
tree333861b3e1691dd720c410388639a429458c5eb5 /include/gpg/GpgContext.h
parentFix problem that macos cannot use multi-languages. (diff)
downloadGpgFrontend-69e33d6eeef7d77385d21c5b969df76cb0fbc0e7.tar.gz
GpgFrontend-69e33d6eeef7d77385d21c5b969df76cb0fbc0e7.zip
Fix Keygen Problem
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r--include/gpg/GpgContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h
index fc4d8692..b25a5f81 100644
--- a/include/gpg/GpgContext.h
+++ b/include/gpg/GpgContext.h
@@ -81,9 +81,9 @@ namespace GpgME {
bool exportKeys(const QVector<GpgKey> &keys, QByteArray &outBuffer);
- bool generateKey(GenKeyInfo *params);
+ gpgme_error_t generateKey(GenKeyInfo *params);
- bool generateSubkey(const GpgKey &key, GenKeyInfo *params);
+ gpgme_error_t generateSubkey(const GpgKey &key, GenKeyInfo *params);
void deleteKeys(QStringList *uidList);