diff options
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 |