35#ifndef __QGPGME_QGPGMEDELETEJOB_H__
36#define __QGPGME_QGPGMEDELETEJOB_H__
40#include "threadedjobmixin.h"
65 explicit QGpgMEDeleteJob(GpgME::Context *context);
69 GpgME::Error
start(
const GpgME::Key &key,
bool allowSecretKeyDeletion)
override;
72 Q_DECLARE_PRIVATE(QGpgMEDeleteJob)
An abstract base class for asynchronous deleters.
Definition deletejob.h:66
Definition qgpgmedeletejob.cpp:51
GpgME::Error start(const GpgME::Key &key, bool allowSecretKeyDeletion) override
Definition qgpgmedeletejob.cpp:97
Definition threadedjobmixin.h:126