34#ifndef __QGPGME_QGPGMEADDEXISTINGSUBKEYJOB_H__
35#define __QGPGME_QGPGMEADDEXISTINGSUBKEYJOB_H__
37#include "threadedjobmixin.h"
38#include "addexistingsubkeyjob.h"
43class QGpgMEAddExistingSubkeyJob
56 explicit QGpgMEAddExistingSubkeyJob(GpgME::Context *context);
57 ~QGpgMEAddExistingSubkeyJob();
60 GpgME::Error
start(
const GpgME::Key &key,
const GpgME::Subkey &subkey)
override;
63 GpgME::Error
exec(
const GpgME::Key &key,
const GpgME::Subkey &subkey)
override;
Definition addexistingsubkeyjob.h:53
GpgME::Error exec(const GpgME::Key &key, const GpgME::Subkey &subkey) override
Definition qgpgmeaddexistingsubkeyjob.cpp:98
GpgME::Error start(const GpgME::Key &key, const GpgME::Subkey &subkey) override
Definition qgpgmeaddexistingsubkeyjob.cpp:92
Definition threadedjobmixin.h:126