aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.h
diff options
context:
space:
mode:
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