aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authorUbbo Veentjer <[email protected]>2017-12-30 23:50:55 +0000
committerUbbo Veentjer <[email protected]>2017-12-30 23:50:55 +0000
commitd327c06ebb5138359e875e8f9a7ac242de45c158 (patch)
tree653664e755ddbfcc00389e2a0075a2a2386536b1 /fileencryptiondialog.h
parentrecommit of a06539af3448396f56a44d6859f2a54b787cdd8d (sign files integrated) (diff)
downloadgpg4usb-d327c06ebb5138359e875e8f9a7ac242de45c158.tar.gz
gpg4usb-d327c06ebb5138359e875e8f9a7ac242de45c158.zip
verify files readded (4ecc173307c8c1ed13f28b6955484a484a25402a to 7c874c55c8242baaa770c46718a5c66b3bf8284a)
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index f634743..af6edff 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;
@@ -81,6 +82,12 @@ public slots:
/**
* @brief
*
+ * @fn selectSignFile
+ */
+ void slotSelectSignFile();
+ /**
+ * @brief
+ *
* @fn executeAction
*/
void slotExecuteAction();
@@ -100,7 +107,9 @@ public slots:
private:
QLineEdit *outputFileEdit; /**< TODO */
QLineEdit *inputFileEdit; /**< TODO */
+ QLineEdit *signFileEdit; /**< TODO */
DialogAction mAction; /**< TODO */
+ QLabel *statusLabel; /**< TODO */
protected:
GpgME::GpgContext *mCtx; /**< TODO */
KeyList *mKeyList; /**< TODO */