diff options
| author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-15 19:04:42 +0100 |
|---|---|---|
| committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-15 19:04:42 +0100 |
| commit | b9d14d4165d9595e0e669af33a840d700ed4e8f0 (patch) | |
| tree | a234ead3dd736e300e3e7e4cac51786c3e25b332 /wizard.cpp | |
| parent | mainwindow reloadable, e.g. when translation changes (diff) | |
| download | gpg4usb-b9d14d4165d9595e0e669af33a840d700ed4e8f0.tar.gz gpg4usb-b9d14d4165d9595e0e669af33a840d700ed4e8f0.zip | |
restart app after loading old qgq4usb config
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@742 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.cpp')
| -rw-r--r-- | wizard.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |
