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>
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
Definition qgpgmebackend.h:43