35#ifndef __QGPGME_QGPGMEDELETEJOB_H__
36#define __QGPGME_QGPGMEDELETEJOB_H__
40#include "threadedjobmixin.h"
67 GpgME::Error
start(
const GpgME::Key &key,
bool allowSecretKeyDeletion) Q_DECL_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) Q_DECL_OVERRIDE
Definition: qgpgmedeletejob.cpp:65
Definition: threadedjobmixin.h:125