35 #ifndef __KLEO_IMPORTFROMKEYSERVERJOB_H__
36 #define __KLEO_IMPORTFROMKEYSERVERJOB_H__
38 #include "abstractimportjob.h"
39 #include "qgpgme_export.h"
78 virtual GpgME::Error start(
const std::vector<GpgME::Key> &keys) = 0;
80 virtual GpgME::ImportResult exec(
const std::vector<GpgME::Key> &keys) = 0;
85 #endif // __KLEO_IMPORTFROMKEYSERVERJOB_H__
An abstract base class for asynchronous keyserver-importers.
Definition: importfromkeyserverjob.h:66
Definition: abstractimportjob.h:42
Definition: abstractimportjob.h:53
Definition: abstractimportjob.h:48