aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/KeyGroupManageDialog.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-04-16 18:05:00 +0000
committersaturneric <[email protected]>2025-04-16 18:05:00 +0000
commit272cf34f21ab1741d24673a7e3b7c95567a74cec (patch)
tree4497435e41a8bbdd7560cee57b2c8c4171099951 /src/ui/dialog/KeyGroupManageDialog.h
parentfix: found bugs (diff)
downloadGpgFrontend-272cf34f21ab1741d24673a7e3b7c95567a74cec.tar.gz
GpgFrontend-272cf34f21ab1741d24673a7e3b7c95567a74cec.zip
fix: testing and solve bugs found
Diffstat (limited to 'src/ui/dialog/KeyGroupManageDialog.h')
-rw-r--r--src/ui/dialog/KeyGroupManageDialog.h12
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_;