diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index bbf940b..3f0ea58 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -32,6 +32,7 @@ #include "wizard.h" #include "kgpg/core/kgpgkey.h" #include "kgpg/transactions/kgpgencrypt.h" +#include "kgpg/transactions/kgpgdecrypt.h" QT_BEGIN_NAMESPACE class QMainWindow; @@ -94,6 +95,7 @@ private slots: * @details Show a passphrase dialog and decrypt the text of currently active tab. */ void decrypt(); + void slotDecryptDone(int result); /** * @details Sign the text of currently active tab with the checked private keys |