diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 20:08:12 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-02-04 20:08:12 +0000 |
commit | e37ba6a3505be31303b0a480d1f984ce90b980fc (patch) | |
tree | c9162945d3467cdf15654c9eff2bb05fdfaf0e24 /wizard.h | |
parent | show message after creating new key (diff) | |
download | gpg4usb-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |