aboutsummaryrefslogtreecommitdiffstats
path: root/settingsdialog.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-06 22:32:15 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-06 22:32:15 +0000
commit2f0cf039447ab86de879bc4ec6403af726585835 (patch)
treeb98a52994d905cfc6d445c0bc606a09b12883f4a /settingsdialog.h
parentcopyright headers (diff)
downloadgpg4usb-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-xsettingsdialog.h1
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;