35#ifndef __QGPGME_QGPGMEIMPORTFROMKEYSERVERJOB_H__
36#define __QGPGME_QGPGMEIMPORTFROMKEYSERVERJOB_H__
38#include "importfromkeyserverjob.h"
40#include "threadedjobmixin.h"
43# include "importresult.h"
45#include <gpgme++/importresult.h>
68 GpgME::Error
start(
const std::vector<GpgME::Key> &keys) Q_DECL_OVERRIDE;
71 GpgME::ImportResult exec(
const std::vector<GpgME::Key> &keys) Q_DECL_OVERRIDE;
74 void resultHook(
const result_type &r) Q_DECL_OVERRIDE;
77 GpgME::ImportResult mResult;
An abstract base class for asynchronous keyserver-importers.
Definition importfromkeyserverjob.h:67
Definition qgpgmeimportfromkeyserverjob.h:57
GpgME::Error start(const std::vector< GpgME::Key > &keys) Q_DECL_OVERRIDE
Definition qgpgmeimportfromkeyserverjob.cpp:68
Definition threadedjobmixin.h:125