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 6df5ab4..bbf940b 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -31,6 +31,7 @@ #include "verifynotification.h" #include "wizard.h" #include "kgpg/core/kgpgkey.h" +#include "kgpg/transactions/kgpgencrypt.h" QT_BEGIN_NAMESPACE class QMainWindow; @@ -87,6 +88,7 @@ private slots: * with the currently checked keys */ void encrypt(); + void slotEncryptDone(int result); /** * @details Show a passphrase dialog and decrypt the text of currently active tab. |