From 1e95a70ab32fcdb8ef42e7ce8df5ba40b1f251ab Mon Sep 17 00:00:00 2001 From: saturneric Date: Sun, 2 Feb 2025 18:02:44 +0100 Subject: feat: improve KeyGenerateDialog --- src/ui/dialog/Wizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/Wizard.cpp') diff --git a/src/ui/dialog/Wizard.cpp b/src/ui/dialog/Wizard.cpp index 243fb846..8e77dada 100644 --- a/src/ui/dialog/Wizard.cpp +++ b/src/ui/dialog/Wizard.cpp @@ -195,7 +195,7 @@ KeyGenPage::KeyGenPage(QWidget* parent) : QWizardPage(parent) { int KeyGenPage::nextId() const { return Wizard::kPAGE_CONCLUSION; } void KeyGenPage::slot_generate_key_dialog() { - (new KeyGenDialog(kGpgFrontendDefaultChannel, this))->show(); + (new KeyGenerateDialog(kGpgFrontendDefaultChannel, this))->show(); wizard()->next(); } -- cgit v1.2.3