aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-07 23:12:49 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-07 23:12:49 +0000
commitbed1212dcb8de39657b43e31addd5b55ad41cc8a (patch)
treecdbb03b2a498a52a0998e114b95ed2e0efc6f1f7 /fileencryptiondialog.h
parentshow fingerprint instead of keyid in import detail dialog (diff)
downloadgpg4usb-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-xfileencryptiondialog.h2
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 */