diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 01:07:59 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 01:07:59 +0000 |
commit | df241143e81d89cdbe4de110578a547280375b37 (patch) | |
tree | e2b9c94bf689dfbf21939b482c8bf7315d77a2a3 /mainwindow.cpp | |
parent | brought wizard to correct order (diff) | |
download | gpg4usb-df241143e81d89cdbe4de110578a547280375b37.tar.gz gpg4usb-df241143e81d89cdbe4de110578a547280375b37.zip |
updated TODO
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@750 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.cpp')
-rw-r--r-- | mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mainwindow.cpp b/mainwindow.cpp index d951454..9460df5 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -76,6 +76,7 @@ MainWindow::MainWindow() // and keylist doesn't contain a private key QSettings settings; //if (settings.value("wizard/showWizard",true).toBool() && !mKeyList->containsPrivateKeys()) { + if (settings.value("wizard/showWizard",true).toBool() || !settings.value("wizard/next").isNull()) { startWizard(); } |