diff options
Diffstat (limited to 'wizard.h')
-rw-r--r-- | wizard.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ public: IntroPage(QWidget *parent = 0); QLabel *topLabel; QLabel *langLabel; + QComboBox *langSelectBox; int nextId() const; }; |