35#ifndef __KLEO_DELETEJOB_H__
36#define __KLEO_DELETEJOB_H__
38#include "qgpgme_export.h"
76 virtual GpgME::Error
start(
const GpgME::Key &key,
bool allowSecretKeyDeletion =
false) = 0;
79 void result(
const GpgME::Error &result,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());
An abstract base class for asynchronous deleters.
Definition: deletejob.h:64
virtual GpgME::Error start(const GpgME::Key &key, bool allowSecretKeyDeletion=false)=0
An abstract base class for asynchronous crypto operations.
Definition: job.h:69