From 093384fde63b3227740c19f39fb0832ca664261d Mon Sep 17 00:00:00 2001 From: ubbo Date: Wed, 18 Jan 2012 20:48:15 +0000 Subject: add language select combobox to wizard git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@751 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- wizard.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wizard.h') diff --git a/wizard.h b/wizard.h index e04cdde..a7b2f0e 100644 --- a/wizard.h +++ b/wizard.h @@ -57,6 +57,7 @@ public: IntroPage(QWidget *parent = 0); QLabel *topLabel; QLabel *langLabel; + QComboBox *langSelectBox; int nextId() const; }; -- cgit v1.2.3