aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizard.cpp')
-rw-r--r--wizard.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard.cpp b/wizard.cpp
index cf1a47b..aa157e3 100644
--- a/wizard.cpp
+++ b/wizard.cpp
@@ -20,7 +20,7 @@
#include <QtGui>
- #include "wizard.h"
+#include "wizard.h"
Wizard::Wizard(GpgME::GpgContext *ctx, KeyMgmt *keyMgmt, QWidget *parent)
: QWizard(parent)
@@ -217,7 +217,7 @@ bool ImportPage::importKeysFromGpg4usb()
mKeyMgmt->importKeys(inBuffer);
}
- qApp->exit();
+ qApp->exit(RESTART_CODE);
return true;
}