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