From dee690b9546663f69974aade86a33ef6105c6479 Mon Sep 17 00:00:00 2001 From: ubbo Date: Sun, 12 May 2013 16:15:15 +0000 Subject: filedecryption is also back git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@1036 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- fileencryptiondialog.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fileencryptiondialog.h') 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 -- cgit v1.2.3