aboutsummaryrefslogtreecommitdiffstats
path: root/gpgcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgcontext.h')
-rw-r--r--gpgcontext.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gpgcontext.h b/gpgcontext.h
index 304faa5..d04034b 100644
--- a/gpgcontext.h
+++ b/gpgcontext.h
@@ -28,6 +28,7 @@
#include <QLinkedList>
#include <QtGui>
#include "kgpg/core/kgpgkey.h"
+#include "kgpg/transactions/kgpgverify.h"
QT_BEGIN_NAMESPACE
class QMessageBox;
@@ -134,7 +135,9 @@ public:
* \li 0, if the text is not signed at all.
*/
int textIsSigned(const QByteArray &text);
- QString beautifyFingerprint(QString fingerprint);
+ static QString beautifyFingerprint(QString fingerprint);
+
+ static QString getReport(const QStringList &log);
signals:
void keyDBChanged();