34 #ifndef __QGPGME_ADDEXISTINGSUBKEYJOB_H__
35 #define __QGPGME_ADDEXISTINGSUBKEYJOB_H__
38 #include "qgpgme_export.h"
68 virtual GpgME::Error start(
const GpgME::Key &key,
const GpgME::Subkey &subkey) = 0;
75 virtual GpgME::Error exec(
const GpgME::Key &key,
const GpgME::Subkey &subkey) = 0;
78 void result(
const GpgME::Error &result,
const QString &auditLogAsHtml = {},
const GpgME::Error &auditLogError = {});
83 #endif // __QGPGME_ADDEXISTINGSUBKEYJOB_H__
An abstract base class for asynchronous crypto operations.
Definition: job.h:71
Definition: abstractimportjob.h:42
Definition: abstractimportjob.h:48
Definition: addexistingsubkeyjob.h:52