From 04822ac44a8c45e9d4ff1e8205d4482bd5d1afb7 Mon Sep 17 00:00:00 2001 From: ubbo Date: Wed, 18 Jan 2012 21:57:33 +0000 Subject: save 'showWizard' to settings on finishing wizard git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@753 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wizard.h') diff --git a/wizard.h b/wizard.h index bd76ff6..c4a8398 100644 --- a/wizard.h +++ b/wizard.h @@ -47,6 +47,9 @@ public: private: GpgME::GpgContext *mCtx; KeyMgmt *mKeyMgmt; + +private slots: + void wizardAccepted(); }; class IntroPage : public QWizardPage -- cgit v1.2.3