35#ifndef __KLEO_CHANGEOWNERTRUST_H__
36#define __KLEO_CHANGEOWNERTRUST_H__
43# include <gpgme++/key.h>
74 virtual GpgME::Error
start(
const GpgME::Key &key, GpgME::Key::OwnerTrust trust) = 0;
77 void result(
const GpgME::Error &result,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());
An abstract base class to change owner trust asynchronously.
Definition changeownertrustjob.h:63
virtual GpgME::Error start(const GpgME::Key &key, GpgME::Key::OwnerTrust trust)=0
An abstract base class for asynchronous crypto operations.
Definition job.h:73