aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/keygen/KeygenDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/keygen/KeygenDialog.h')
-rw-r--r--src/ui/keygen/KeygenDialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/keygen/KeygenDialog.h b/src/ui/keygen/KeygenDialog.h
index 97846eb5..60a34a90 100644
--- a/src/ui/keygen/KeygenDialog.h
+++ b/src/ui/keygen/KeygenDialog.h
@@ -44,6 +44,9 @@ class KeyGenDialog : public QDialog {
*/
explicit KeyGenDialog(QWidget* parent = nullptr);
+ signals:
+ void KeyGenerated();
+
private:
QGroupBox* create_key_usage_group_box();