diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-03-29 18:56:21 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-03-29 18:56:21 +0000 |
commit | b9d2c0a6c218a012fc4702bc459ab370f771244f (patch) | |
tree | 322d06d20ac4643127563a05c259a60b4ac43124 /settingsdialog.h | |
parent | settings are taken instantly. No program restart necessary. (diff) | |
download | gpg4usb-b9d2c0a6c218a012fc4702bc459ab370f771244f.tar.gz gpg4usb-b9d2c0a6c218a012fc4702bc459ab370f771244f.zip |
add language-select box, does nothing yet, but lists languages ;-)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@288 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-x | settingsdialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settingsdialog.h b/settingsdialog.h index 255a8e3..b7be821 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -22,6 +22,7 @@ #include <QDialog> #include <QButtonGroup> #include <QGroupBox> +#include <QComboBox> class SettingsDialog : public QDialog { @@ -38,4 +39,5 @@ private: QGroupBox *groupBox2; QButtonGroup *group1; QButtonGroup *group2; + QHash<QString, QString> listLanguages(); }; |