diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-07 23:12:49 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-07 23:12:49 +0000 |
commit | bed1212dcb8de39657b43e31addd5b55ad41cc8a (patch) | |
tree | cdbb03b2a498a52a0998e114b95ed2e0efc6f1f7 /fileencryptiondialog.h | |
parent | show fingerprint instead of keyid in import detail dialog (diff) | |
download | gpg4usb-bed1212dcb8de39657b43e31addd5b55ad41cc8a.tar.gz gpg4usb-bed1212dcb8de39657b43e31addd5b55ad41cc8a.zip |
fixed bug in file cryption
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@728 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-x | fileencryptiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index 75af285..9150401 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -104,7 +104,7 @@ private: QLineEdit *inputFileEdit; /**< TODO */ QRadioButton *radioEnc; /**< TODO */ QRadioButton *radioDec; /**< TODO */ - + DialogAction mAction; /**< TODO */ protected: GpgME::GpgContext *mCtx; /**< TODO */ KeyList *mKeyList; /**< TODO */ |