34#ifndef __QGPGME_QGPGMEADDEXISTINGSUBKEYJOB_H__
35#define __QGPGME_QGPGMEADDEXISTINGSUBKEYJOB_H__
37#include "threadedjobmixin.h"
38#include "addexistingsubkeyjob.h"
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
Definition qgpgmeaddexistingsubkeyjob.h:49
GpgME::Error exec(const GpgME::Key &key, const GpgME::Subkey &subkey) override
Definition qgpgmeaddexistingsubkeyjob.cpp:90
GpgME::Error start(const GpgME::Key &key, const GpgME::Subkey &subkey) override
Definition qgpgmeaddexistingsubkeyjob.cpp:84
Definition threadedjobmixin.h:126
Definition qgpgmebackend.h:43