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 3fbebb9c..d59f8072 100644 --- a/include/gpg/GpgContext.h +++ b/include/gpg/GpgContext.h @@ -152,7 +152,7 @@ namespace GpgME { GpgKey getKeyByFpr(const QString &fpr); - const GpgKey &getKeyById(const QString &id); + GpgKey getKeyById(const QString &id); static QString gpgErrString(gpgme_error_t err); |