aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/Wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Wizard.cpp')
-rw-r--r--src/ui/Wizard.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/ui/Wizard.cpp b/src/ui/Wizard.cpp
index 996efa7e..67af385b 100644
--- a/src/ui/Wizard.cpp
+++ b/src/ui/Wizard.cpp
@@ -28,9 +28,7 @@
namespace GpgFrontend::UI {
-Wizard::Wizard(KeyMgmt* keyMgmt, QWidget* parent) : QWizard(parent) {
- mKeyMgmt = keyMgmt;
-
+Wizard::Wizard(QWidget* parent) : QWizard(parent) {
setPage(Page_Intro, new IntroPage(this));
setPage(Page_Choose, new ChoosePage(this));
setPage(Page_GenKey, new KeyGenPage(this));