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;
An abstract base class to change owner trust asynchronously.
Definition changeownertrustjob.h:59
Definition qgpgmechangeownertrustjob.h:51
GpgME::Error start(const GpgME::Key &key, GpgME::Key::OwnerTrust trust) override
Definition qgpgmechangeownertrustjob.cpp:87
Definition threadedjobmixin.h:126
Definition qgpgmebackend.h:43