aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-18 16:53:29 +0000
committersaturneric <[email protected]>2024-11-18 16:53:55 +0000
commita5d7cc6aa2951b20064108fadd39eaae3b8472b2 (patch)
treecc93a20b8be1e1c8571bb8d9ea3c8eba379ed6a6 /src/ui/dialog/keypair_details/KeyPairSubkeyTab.h
parentfeat: make primary key and subkey clearly (diff)
downloadGpgFrontend-a5d7cc6aa2951b20064108fadd39eaae3b8472b2.tar.gz
GpgFrontend-a5d7cc6aa2951b20064108fadd39eaae3b8472b2.zip
feat: add delete subkey function
Diffstat (limited to 'src/ui/dialog/keypair_details/KeyPairSubkeyTab.h')
-rw-r--r--src/ui/dialog/keypair_details/KeyPairSubkeyTab.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h b/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h
index 4e626ae5..1222b77d 100644
--- a/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h
+++ b/src/ui/dialog/keypair_details/KeyPairSubkeyTab.h
@@ -93,6 +93,7 @@ class KeyPairSubkeyTab : public QWidget {
QAction* export_subkey_act_;
QAction* edit_subkey_act_;
+ QAction* delete_subkey_act_;
private slots:
@@ -138,6 +139,20 @@ class KeyPairSubkeyTab : public QWidget {
*/
void slot_export_subkey();
+ /**
+ * @brief
+ *
+ */
+ void slot_delete_subkey();
+
+ signals:
+
+ /**
+ * @brief
+ *
+ */
+ void SignalKeyDatabaseRefresh();
+
protected:
/**
* @brief