34 #ifndef __QGPGME_ADDEXISTINGSUBKEYJOB_H__
35 #define __QGPGME_ADDEXISTINGSUBKEYJOB_H__
38 #include "qgpgme_export.h"
66 virtual GpgME::Error
start(
const GpgME::Key &key,
const GpgME::Subkey &subkey) = 0;
71 virtual GpgME::Error
exec(
const GpgME::Key &key,
const GpgME::Subkey &subkey) = 0;
74 void result(
const GpgME::Error &result,
const QString &auditLogAsHtml = {},
const GpgME::Error &auditLogError = {});
Definition: addexistingsubkeyjob.h:53
virtual GpgME::Error start(const GpgME::Key &key, const GpgME::Subkey &subkey)=0
virtual GpgME::Error exec(const GpgME::Key &key, const GpgME::Subkey &subkey)=0
An abstract base class for asynchronous crypto operations.
Definition: job.h:73