59 explicit QuickJob(std::unique_ptr<QuickJobPrivate>, QObject *
parent =
nullptr);
66 GpgME::Context::CreationFlags
flags = GpgME::Context::CreateUseDefaults);
70 const GpgME::Key &
key = GpgME::Key(),
71 unsigned int flags = 0);
80 GpgME::Error startAddSubkey(
const GpgME::Key &
key,
83 GpgME::Context::CreationFlags
flags = GpgME::Context::CreateUseDefaults);
87 unsigned int flags = 0);
95 const std::vector<GpgME::UserID> &
userIds = std::vector<GpgME::UserID>()) = 0;
106 GpgME::Error startSetKeyEnabled(
const GpgME::Key &
key,
bool enabled);
109 void result(
const GpgME::Error &
error,
110 const QString &auditLogAsHtml =
QString(),
const GpgME::Error &auditLogError = GpgME::Error());