diff options
Diffstat (limited to 'include/gpg/GpgContext.h')
-rw-r--r-- | include/gpg/GpgContext.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gpg/GpgContext.h b/include/gpg/GpgContext.h index 1c47b0f6..21099b63 100644 --- a/include/gpg/GpgContext.h +++ b/include/gpg/GpgContext.h @@ -148,6 +148,8 @@ namespace GpgME { void signalKeyUpdated(QString key_id); + void signalKeyInfoChanged(); + private slots: void slotRefreshKeyList(); |