35 #ifndef __QGPGME_QGPGMECHANGEOWNERTRUSTJOB_H__
36 #define __QGPGME_QGPGMECHANGEOWNERTRUSTJOB_H__
38 #include "changeownertrustjob.h"
40 #include "threadedjobmixin.h"
62 GpgME::Error
start(
const GpgME::Key &key, GpgME::Key::OwnerTrust trust)
override;
66 #endif // __QGPGME_QGPGMECHANGEOWNERTRUSTJOB_H__
Definition: qgpgmechangeownertrustjob.h:45
Definition: threadedjobmixin.h:125
GpgME::Error start(const GpgME::Key &key, GpgME::Key::OwnerTrust trust) override
Definition: qgpgmechangeownertrustjob.cpp:87
Definition: abstractimportjob.h:48
An abstract base class to change owner trust asynchronously.
Definition: changeownertrustjob.h:58