From ecd73365728f03123cb2b412ae11d49610b4a12f Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 15 Jan 2012 22:09:03 +0000 Subject: reopen wizard on specified page after restart git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@743 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'wizard.h') diff --git a/wizard.h b/wizard.h index 0404c48..192b630 100644 --- a/wizard.h +++ b/wizard.h @@ -27,6 +27,7 @@ #include "keygendialog.h" #include "keymgmt.h" #include "gpgconstants.h" +#include "settingsdialog.h" class QCheckBox; class QLabel; @@ -57,6 +58,17 @@ public: int nextId() const; }; +class LanguagePage : public QWizardPage +{ + Q_OBJECT + +public: + LanguagePage(QWidget *parent = 0); + QLabel *topLabel; + + int nextId() const; +}; + class KeyGenPage : public QWizardPage { Q_OBJECT -- cgit v1.2.3