58class QGPGME_EXPORT ChangeOwnerTrustJob :
public Job
62 explicit ChangeOwnerTrustJob(QObject *parent);
64 ~ChangeOwnerTrustJob();
70 virtual GpgME::Error
start(
const GpgME::Key &key, GpgME::Key::OwnerTrust trust) = 0;
73 void result(
const GpgME::Error &result,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());