aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wizard.h b/wizard.h
index a7b2f0e..bd76ff6 100644
--- a/wizard.h
+++ b/wizard.h
@@ -58,7 +58,11 @@ public:
QLabel *topLabel;
QLabel *langLabel;
QComboBox *langSelectBox;
+ QHash<QString,QString> languages;
int nextId() const;
+
+private slots:
+ void langChange(QString lang);
};
class ImportFromGpg4usbPage : public QWizardPage