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