aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyNewUIDDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/keypair_details/KeyNewUIDDialog.h')
-rw-r--r--src/ui/keypair_details/KeyNewUIDDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/keypair_details/KeyNewUIDDialog.h b/src/ui/keypair_details/KeyNewUIDDialog.h
index 076a69ed..73c4aa7b 100644
--- a/src/ui/keypair_details/KeyNewUIDDialog.h
+++ b/src/ui/keypair_details/KeyNewUIDDialog.h
@@ -35,6 +35,9 @@ class KeyNewUIDDialog : public QDialog {
public:
KeyNewUIDDialog(const KeyId& key, QWidget* parent = nullptr);
+ signals:
+ void signalUIDCreated();
+
private slots:
void slotCreateNewUID();