aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-05-01 11:27:14 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-05-01 11:27:14 +0000
commit4ecc173307c8c1ed13f28b6955484a484a25402a (patch)
tree9a08a04864f4818a88a66c6860101e394f8b76d7 /fileencryptiondialog.h
parentsign files integrated (diff)
downloadgpg4usb-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-xfileencryptiondialog.h8
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 */