34 #ifndef __QGPGME_QGPGMEIMPORTFROMKEYSERVERJOB_H__ 35 #define __QGPGME_QGPGMEIMPORTFROMKEYSERVERJOB_H__ 37 #include "importfromkeyserverjob.h" 39 #include "threadedjobmixin.h" 41 #ifdef BUILDING_QGPGME 42 # include "importresult.h" 44 #include <gpgme++/importresult.h> 67 GpgME::Error
start(
const std::vector<GpgME::Key> &keys) Q_DECL_OVERRIDE;
70 GpgME::ImportResult exec(
const std::vector<GpgME::Key> &keys) Q_DECL_OVERRIDE;
73 void resultHook(
const result_type &r) Q_DECL_OVERRIDE;
76 GpgME::ImportResult mResult;
81 #endif // __QGPGME_QGPGMEIMPORTFROMKEYSERVERJOB_H__ An abstract base class for asynchronous keyserver-importers.
Definition: importfromkeyserverjob.h:65
Definition: threadedjobmixin.h:122
Definition: abstractimportjob.h:47
GpgME::Error start(const std::vector< GpgME::Key > &keys) Q_DECL_OVERRIDE
Definition: qgpgmeimportfromkeyserverjob.cpp:67
Definition: qgpgmeimportfromkeyserverjob.h:50