diff options
Diffstat (limited to 'gpgcontext.h')
-rw-r--r-- | gpgcontext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgcontext.h b/gpgcontext.h index ba4cf67..388c957 100644 --- a/gpgcontext.h +++ b/gpgcontext.h @@ -135,6 +135,8 @@ public: GpgKey getKeyByFpr(QString fpr); GpgKey getKeyById(QString id); + void emitKeyDBChanged(); + static QString gpgErrString(gpgme_error_t err); static QString getGpgmeVersion(); |