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) Q_DECL_OVERRIDE;
An abstract base class to change owner trust asynchronously.
Definition: changeownertrustjob.h:63
Definition: qgpgmechangeownertrustjob.h:51
GpgME::Error start(const GpgME::Key &key, GpgME::Key::OwnerTrust trust) Q_DECL_OVERRIDE
Definition: qgpgmechangeownertrustjob.cpp:76
Definition: threadedjobmixin.h:125