diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 21:57:33 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 21:57:33 +0000 |
commit | 04822ac44a8c45e9d4ff1e8205d4482bd5d1afb7 (patch) | |
tree | c6e18e3f7b06200d4cc7e34e1ad600ea76641b62 /wizard.h | |
parent | instantly apply language selection in wizard (diff) | |
download | gpg4usb-04822ac44a8c45e9d4ff1e8205d4482bd5d1afb7.tar.gz gpg4usb-04822ac44a8c45e9d4ff1e8205d4482bd5d1afb7.zip |
save 'showWizard' to settings on finishing wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@753 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r-- | wizard.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -47,6 +47,9 @@ public: private: GpgME::GpgContext *mCtx; KeyMgmt *mKeyMgmt; + +private slots: + void wizardAccepted(); }; class IntroPage : public QWizardPage |