diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-05-01 22:16:02 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-05-01 22:16:02 +0000 |
commit | 7c874c55c8242baaa770c46718a5c66b3bf8284a (patch) | |
tree | 2dd2fcff16431e86408b63b460ef5766529e1150 /fileencryptiondialog.h | |
parent | verify file working now (diff) | |
download | gpg4usb-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-x | fileencryptiondialog.h | 1 |
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 */ |