diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-05-01 11:27:14 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-05-01 11:27:14 +0000 |
commit | 4ecc173307c8c1ed13f28b6955484a484a25402a (patch) | |
tree | 9a08a04864f4818a88a66c6860101e394f8b76d7 /fileencryptiondialog.h | |
parent | sign files integrated (diff) | |
download | gpg4usb-4ecc173307c8c1ed13f28b6955484a484a25402a.tar.gz gpg4usb-4ecc173307c8c1ed13f28b6955484a484a25402a.zip |
verify for files (not yet working)
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@909 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to '')
-rwxr-xr-x | fileencryptiondialog.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index 7888bc0..73e191b 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -24,6 +24,7 @@ #include "gpgcontext.h" #include "keylist.h" +#include "verifydetailsdialog.h" QT_BEGIN_NAMESPACE class QDialog; @@ -82,6 +83,12 @@ public slots: /** * @brief * + * @fn selectSignFile + */ + void selectSignFile(); + /** + * @brief + * * @fn executeAction */ void executeAction(); @@ -101,6 +108,7 @@ public slots: private: QLineEdit *outputFileEdit; /**< TODO */ QLineEdit *inputFileEdit; /**< TODO */ + QLineEdit *signFileEdit; /**< TODO */ DialogAction mAction; /**< TODO */ protected: GpgME::GpgContext *mCtx; /**< TODO */ |