aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-05-12 16:15:15 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2013-05-12 16:15:15 +0000
commitdee690b9546663f69974aade86a33ef6105c6479 (patch)
treeb873d14afae34ab76edb6aff61383bd4bfdbe7f3 /fileencryptiondialog.h
parentfileencryption working again (diff)
downloadgpg4usb-dee690b9546663f69974aade86a33ef6105c6479.tar.gz
gpg4usb-dee690b9546663f69974aade86a33ef6105c6479.zip
filedecryption is also back
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1036 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h
index 76f3caf..65856f0 100755
--- a/fileencryptiondialog.h
+++ b/fileencryptiondialog.h
@@ -26,6 +26,7 @@
#include "keylist.h"
#include "verifydetailsdialog.h"
#include "kgpg/transactions/kgpgencrypt.h"
+#include "kgpg/transactions/kgpgdecrypt.h"
QT_BEGIN_NAMESPACE
class QDialog;
@@ -67,6 +68,7 @@ public:
* @param parent
*/
FileEncryptionDialog(GpgME::GpgContext *ctx, QStringList keyList, DialogAction action, QWidget *parent = 0);
+ void checkOutFileOK();
public slots:
/**
@@ -98,6 +100,7 @@ public slots:
void slotExecuteAction();
void slotEncryptDone(int result);
+ void slotDecryptDone(int result);
/**
* @brief