30 #ifndef QGPGME_QGPGMEQUICKJOB_H 31 #define QGPGME_QGPGMEQUICKJOB_H 35 #include "threadedjobmixin.h" 65 void startCreate(
const QString &uid,
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;
72 void startAddSubkey(
const GpgME::Key &key,
const char *algo,
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);
Definition: abstractimportjob.h:42
Definition: threadedjobmixin.h:124
Definition: abstractimportjob.h:48
Definition: qgpgmequickjob.h:49
Definition: quickjob.h:52