34 #ifndef __KLEO_CHANGEOWNERTRUST_H__ 35 #define __KLEO_CHANGEOWNERTRUST_H__ 39 #ifdef BUILDING_QGPGME 42 # include <gpgme++/key.h> 73 virtual GpgME::Error start(
const GpgME::Key &key, GpgME::Key::OwnerTrust trust) = 0;
76 void result(
const GpgME::Error &result,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());
81 #endif // __KLEO_CHANGEOWNERTRUSTJOB_H__ An abstract base class for asynchronous crypto operations.
Definition: job.h:71
Definition: abstractimportjob.h:47
An abstract base class to change owner trust asynchronously.
Definition: changeownertrustjob.h:61