52class QGPGME_EXPORT AddExistingSubkeyJob :
public Job
56 explicit AddExistingSubkeyJob(QObject *parent);
59 ~AddExistingSubkeyJob();
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 = {});