aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 20:48:15 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-18 20:48:15 +0000
commit093384fde63b3227740c19f39fb0832ca664261d (patch)
tree8cd83b3209f71ed7e0910e49f92320912a699fc5 /wizard.h
parentupdated TODO (diff)
downloadgpg4usb-093384fde63b3227740c19f39fb0832ca664261d.tar.gz
gpg4usb-093384fde63b3227740c19f39fb0832ca664261d.zip
add language select combobox to wizard
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@751 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h1
1 files changed, 1 insertions, 0 deletions
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;
};