aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-05-01 22:16:02 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-05-01 22:16:02 +0000
commit7c874c55c8242baaa770c46718a5c66b3bf8284a (patch)
tree2dd2fcff16431e86408b63b460ef5766529e1150 /fileencryptiondialog.h
parentverify file working now (diff)
downloadgpg4usb-7c874c55c8242baaa770c46718a5c66b3bf8284a.tar.gz
gpg4usb-7c874c55c8242baaa770c46718a5c66b3bf8284a.zip
show error if file could not be read, don't crash on invalid data for verify
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@911 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index 73e191b..593fe9e 100755
--- a/fileencryptiondialog.h
+++ b/fileencryptiondialog.h
@@ -110,6 +110,7 @@ private:
QLineEdit *inputFileEdit; /**< TODO */
QLineEdit *signFileEdit; /**< TODO */
DialogAction mAction; /**< TODO */
+ QLabel *statusLabel; /**< TODO */
protected:
GpgME::GpgContext *mCtx; /**< TODO */
KeyList *mKeyList; /**< TODO */