30 #ifndef QGPGME_QGPGMEQUICKJOB_H
31 #define QGPGME_QGPGMEQUICKJOB_H
35 #include "threadedjobmixin.h"
67 const QDateTime &expires = QDateTime(),
68 const GpgME::Key &key = GpgME::Key(),
69 unsigned int flags = 0) Q_DECL_OVERRIDE;
70 void startAddUid(
const GpgME::Key &key,
const QString &uid) Q_DECL_OVERRIDE;
71 void startRevUid(
const GpgME::Key &key,
const QString &uid) Q_DECL_OVERRIDE;
73 const QDateTime &expires = QDateTime(),
74 unsigned int flags = 0) Q_DECL_OVERRIDE;
77 void result(
const GpgME::Error &error,
78 const QString &auditLogAsHtml,
const GpgME::Error &auditLogError);