diff options
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r-- | include/gpg/GpgContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h index 71c857ad..95b61f93 100644 --- a/include/gpg/GpgContext.h +++ b/include/gpg/GpgContext.h @@ -99,7 +99,7 @@ namespace GpgME { bool exportKeys(QStringList *uidList, QByteArray *outBuffer); - void generateKey(GenKeyInfo *params); + bool generateKey(GenKeyInfo *params); GpgKeyList listKeys(); |