34 #ifndef __QGPGME_QGPGMERECEIVEKEYSJOB_H__
35 #define __QGPGME_QGPGMERECEIVEKEYSJOB_H__
37 #include "receivekeysjob.h"
39 #include "threadedjobmixin.h"
41 #ifdef BUILDING_QGPGME
42 # include "importresult.h"
44 # include <gpgme++/importresult.h>
66 GpgME::Error
start(
const QStringList &keyIds)
override;
68 GpgME::ImportResult
exec(
const QStringList &keyIds)
override;
71 void resultHook(
const result_type &r)
override;
74 GpgME::ImportResult mResult;
Definition: qgpgmereceivekeysjob.h:56
GpgME::Error start(const QStringList &keyIds) override
Definition: qgpgmereceivekeysjob.cpp:61
GpgME::ImportResult exec(const QStringList &keyIds) override
Definition: qgpgmereceivekeysjob.cpp:67
Definition: receivekeysjob.h:44
Definition: threadedjobmixin.h:131