diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 20:48:15 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-18 20:48:15 +0000 |
commit | 093384fde63b3227740c19f39fb0832ca664261d (patch) | |
tree | 8cd83b3209f71ed7e0910e49f92320912a699fc5 /wizard.h | |
parent | updated TODO (diff) | |
download | gpg4usb-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.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; }; |