34#ifndef __QGPGME_QGPGMEREVOKEKEYJOB_H__
35#define __QGPGME_QGPGMEREVOKEKEYJOB_H__
37#include "threadedjobmixin.h"
38#include "revokekeyjob.h"
59 GpgME::Error
start(
const GpgME::Key &key,
60 GpgME::RevocationReason
reason = GpgME::RevocationReason::Unspecified,
61 const std::vector<std::string> &description = {})
override;
63 GpgME::Error
exec(
const GpgME::Key &key,
64 GpgME::RevocationReason
reason = GpgME::RevocationReason::Unspecified,
65 const std::vector<std::string> &description = {})
override;
Definition qgpgmerevokekeyjob.h:49
GpgME::Error exec(const GpgME::Key &key, GpgME::RevocationReason reason=GpgME::RevocationReason::Unspecified, const std::vector< std::string > &description={}) override
Definition qgpgmerevokekeyjob.cpp:115
GpgME::Error start(const GpgME::Key &key, GpgME::RevocationReason reason=GpgME::RevocationReason::Unspecified, const std::vector< std::string > &description={}) override
Definition qgpgmerevokekeyjob.cpp:104
Definition revokekeyjob.h:52
Definition threadedjobmixin.h:126
Definition qgpgmebackend.h:43