diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-08-05 23:26:56 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-08-05 23:26:56 +0000 |
commit | 4db2fdfca8c9c5e226ff1589f8c8a88ebf879eca (patch) | |
tree | d6340ee2b354096b435e4fd41c2ff3926dab1e45 /verifynotification.h | |
parent | signing text works (diff) | |
download | gpg4usb-4db2fdfca8c9c5e226ff1589f8c8a88ebf879eca.tar.gz gpg4usb-4db2fdfca8c9c5e226ff1589f8c8a88ebf879eca.zip |
some work on verify
git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-mac@943 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 5 |
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 */ |