34 #ifndef __QGPGME_WKDREFRESHJOB_H__
35 #define __QGPGME_WKDREFRESHJOB_H__
37 #include "abstractimportjob.h"
38 #include "qgpgme_export.h"
52 class WKDRefreshJobPrivate;
61 explicit WKDRefreshJob(std::unique_ptr<WKDRefreshJobPrivate>, QObject *parent);
71 GpgME::Error start(
const std::vector<GpgME::Key> &keys);
77 GpgME::Error start(
const std::vector<GpgME::UserID> &userIDs);
85 #endif // __QGPGME_WKDREFRESHJOB_H__
Definition: abstractimportjob.h:42
Definition: abstractimportjob.h:53
Definition: wkdrefreshjob.h:57
Definition: abstractimportjob.h:48