35 #ifndef __QGPGME_QGPGMEIMPORTFROMKEYSERVERJOB_H__ 36 #define __QGPGME_QGPGMEIMPORTFROMKEYSERVERJOB_H__ 38 #include "importfromkeyserverjob.h" 40 #include "threadedjobmixin.h" 42 #ifdef BUILDING_QGPGME 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;
82 #endif // __QGPGME_QGPGMEIMPORTFROMKEYSERVERJOB_H__ An abstract base class for asynchronous keyserver-importers.
Definition: importfromkeyserverjob.h:66
Definition: threadedjobmixin.h:124
Definition: abstractimportjob.h:48
GpgME::Error start(const std::vector< GpgME::Key > &keys) Q_DECL_OVERRIDE
Definition: qgpgmeimportfromkeyserverjob.cpp:68
Definition: qgpgmeimportfromkeyserverjob.h:51