34 #ifndef __KLEO_IMPORTFROMKEYSERVERJOB_H__ 35 #define __KLEO_IMPORTFROMKEYSERVERJOB_H__ 37 #include "abstractimportjob.h" 38 #include "qgpgme_export.h" 77 virtual GpgME::Error start(
const std::vector<GpgME::Key> &keys) = 0;
79 virtual GpgME::ImportResult exec(
const std::vector<GpgME::Key> &keys) = 0;
84 #endif // __KLEO_IMPORTFROMKEYSERVERJOB_H__ An abstract base class for asynchronous keyserver-importers.
Definition: importfromkeyserverjob.h:65
Definition: abstractimportjob.h:41
Definition: abstractimportjob.h:50
Definition: abstractimportjob.h:47