diff options
author | saturneric <[email protected]> | 2025-04-16 18:05:00 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-16 18:05:00 +0000 |
commit | 272cf34f21ab1741d24673a7e3b7c95567a74cec (patch) | |
tree | 4497435e41a8bbdd7560cee57b2c8c4171099951 /src/ui/dialog/KeyGroupManageDialog.h | |
parent | fix: found bugs (diff) | |
download | GpgFrontend-272cf34f21ab1741d24673a7e3b7c95567a74cec.tar.gz GpgFrontend-272cf34f21ab1741d24673a7e3b7c95567a74cec.zip |
fix: testing and solve bugs found
Diffstat (limited to '')
-rw-r--r-- | src/ui/dialog/KeyGroupManageDialog.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ui/dialog/KeyGroupManageDialog.h b/src/ui/dialog/KeyGroupManageDialog.h index 66211d28..902bbb59 100644 --- a/src/ui/dialog/KeyGroupManageDialog.h +++ b/src/ui/dialog/KeyGroupManageDialog.h @@ -74,6 +74,18 @@ class KeyGroupManageDialog : public GeneralDialog { */ void slot_notify_invalid_key_ids(); + /** + * @brief + * + */ + void slot_set_add_button_state(); + + /** + * @brief + * + */ + void slot_set_remove_button_state(); + private: QSharedPointer<Ui_KeyGroupManageDialog> ui_; ///< int channel_; |