35#ifndef __QGPGME_QGPGMECHANGEOWNERTRUSTJOB_H__
36#define __QGPGME_QGPGMECHANGEOWNERTRUSTJOB_H__
38#include "changeownertrustjob.h"
40#include "threadedjobmixin.h"
45class QGpgMEChangeOwnerTrustJob
58 explicit QGpgMEChangeOwnerTrustJob(GpgME::Context *context);
59 ~QGpgMEChangeOwnerTrustJob();
62 GpgME::Error
start(
const GpgME::Key &key, GpgME::Key::OwnerTrust trust)
override;
An abstract base class to change owner trust asynchronously.
Definition changeownertrustjob.h:59
GpgME::Error start(const GpgME::Key &key, GpgME::Key::OwnerTrust trust) override
Definition qgpgmechangeownertrustjob.cpp:87
Definition threadedjobmixin.h:126