diff options
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r-- | include/gpg/GpgContext.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h index d361c412..71c857ad 100644 --- a/include/gpg/GpgContext.h +++ b/include/gpg/GpgContext.h @@ -25,6 +25,7 @@ #include <GPG4USB.h> #include "GpgConstants.h" +#include "GpgGenKeyInfo.h" class GpgKey { @@ -98,7 +99,7 @@ namespace GpgME { bool exportKeys(QStringList *uidList, QByteArray *outBuffer); - void generateKey(QString *params); + void generateKey(GenKeyInfo *params); GpgKeyList listKeys(); |