aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-02-04 20:08:12 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-02-04 20:08:12 +0000
commite37ba6a3505be31303b0a480d1f984ce90b980fc (patch)
treec9162945d3467cdf15654c9eff2bb05fdfaf0e24 /wizard.h
parentshow message after creating new key (diff)
downloadgpg4usb-e37ba6a3505be31303b0a480d1f984ce90b980fc.tar.gz
gpg4usb-e37ba6a3505be31303b0a480d1f984ce90b980fc.zip
jump to conclusion page after key generation or import in wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@792 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wizard.h b/wizard.h
index 1db1c2d..6cb3308 100644
--- a/wizard.h
+++ b/wizard.h
@@ -96,7 +96,7 @@ private slots:
/**
* @details Import keys from gnupg-homedir, private or/and public depend on the checked boxes
*/
- bool importFromOlderGpg4usb();
+ void importFromOlderGpg4usb();
bool importConfFromGpg4usb(QString dir);
private:
@@ -119,7 +119,7 @@ private slots:
/**
* @details Import keys from gnupg-homedir, private or/and public depend on the checked boxes
*/
- bool importKeysFromGnupg();
+ void importKeysFromGnupg();
private:
KeyMgmt *mKeyMgmt;