35 #ifndef __KLEO_CHANGEOWNERTRUST_H__ 36 #define __KLEO_CHANGEOWNERTRUST_H__ 40 #ifdef BUILDING_QGPGME 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());
82 #endif // __KLEO_CHANGEOWNERTRUSTJOB_H__ An abstract base class for asynchronous crypto operations.
Definition: job.h:72
Definition: abstractimportjob.h:48
An abstract base class to change owner trust asynchronously.
Definition: changeownertrustjob.h:62