diff options
author | saturneric <[email protected]> | 2025-04-16 00:53:22 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-16 00:53:22 +0000 |
commit | 2027237de006cb9fa40a73365cbbc8911572969c (patch) | |
tree | 4c05dec8b1d7ae7b2afa3b7056052cb7968af9f8 /src/ui/dialog/KeyGroupManageDialog.cpp | |
parent | feat: support key groups (diff) | |
download | GpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.tar.gz GpgFrontend-2027237de006cb9fa40a73365cbbc8911572969c.zip |
fix: found bugs
Diffstat (limited to 'src/ui/dialog/KeyGroupManageDialog.cpp')
-rw-r--r-- | src/ui/dialog/KeyGroupManageDialog.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/dialog/KeyGroupManageDialog.cpp b/src/ui/dialog/KeyGroupManageDialog.cpp index 1a994585..cbd70b61 100644 --- a/src/ui/dialog/KeyGroupManageDialog.cpp +++ b/src/ui/dialog/KeyGroupManageDialog.cpp @@ -29,6 +29,7 @@ #include "KeyGroupManageDialog.h" #include "core/function/gpg/GpgAbstractKeyGetter.h" +#include "ui/UISignalStation.h" #include "ui/widgets/KeyList.h" // @@ -159,5 +160,7 @@ void KeyGroupManageDialog::slot_notify_invalid_key_ids() { getter.RemoveKeyFromKeyGroup(key_group_->ID(), key_id); } } + + emit UISignalStation::GetInstance() -> SignalKeyDatabaseRefresh(); } } // namespace GpgFrontend::UI |