diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-06 22:32:15 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-06 22:32:15 +0000 |
commit | 2f0cf039447ab86de879bc4ec6403af726585835 (patch) | |
tree | b98a52994d905cfc6d445c0bc606a09b12883f4a /settingsdialog.h | |
parent | copyright headers (diff) | |
download | gpg4usb-2f0cf039447ab86de879bc4ec6403af726585835.tar.gz gpg4usb-2f0cf039447ab86de879bc4ec6403af726585835.zip |
add option for steganography to settingsdialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@673 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'settingsdialog.h')
-rwxr-xr-x | settingsdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settingsdialog.h b/settingsdialog.h index afc0bce..37aae65 100755 --- a/settingsdialog.h +++ b/settingsdialog.h @@ -59,6 +59,7 @@ class GeneralTab : public QWidget private: QCheckBox *rememberPasswordCheckBox; QCheckBox *importConfirmationcheckBox; + QCheckBox *steganoCheckBox; QCheckBox *saveCheckedKeysCheckBox; QCheckBox *importConfirmationCheckBox; QComboBox *langSelectBox; |