aboutsummaryrefslogtreecommitdiffstats
path: root/verifynotification.h
diff options
context:
space:
mode:
Diffstat (limited to 'verifynotification.h')
-rw-r--r--verifynotification.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/verifynotification.h b/verifynotification.h
index e1b4f1b..6f34f47 100644
--- a/verifynotification.h
+++ b/verifynotification.h
@@ -24,6 +24,7 @@
#include "editorpage.h"
#include "verifydetailsdialog.h"
+#include "kgpg/transactions/kgpgverify.h"
#include <gpgme.h>
#include <QWidget>
@@ -75,6 +76,8 @@ public:
QStringList *keysNotInList; /** List with keys, which are in signature but not in keylist */
+ QString getReport(const QStringList &log);
+
public slots:
/**
@@ -93,6 +96,8 @@ public slots:
*/
bool refresh();
+ void slotVerifyDone(int result);
+
private:
QMenu *detailMenu; /** Menu for te Button in verfiyNotification */
QAction *importFromKeyserverAct; /** Action for importing keys from keyserver which are notin keylist */