aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keypair_details/KeyNewUIDDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-11-29 02:57:43 +0000
committerSaturneric <[email protected]>2021-11-29 02:57:43 +0000
commitd7e953b25a28a846b0aafa7003f33432b7e107f5 (patch)
tree479f77c85a5fca956a58891eaa87c9afb224db86 /src/ui/keypair_details/KeyNewUIDDialog.h
parentFix some known issues in basic operations and file operations. (diff)
downloadGpgFrontend-d7e953b25a28a846b0aafa7003f33432b7e107f5.tar.gz
GpgFrontend-d7e953b25a28a846b0aafa7003f33432b7e107f5.zip
Fix Known Bugs.
1. Import Keys. 2. Import Keys From Server. 3. UID Management.
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();