57class QGPGME_EXPORT WKDRefreshJob :
public AbstractImportJob
61 explicit WKDRefreshJob(std::unique_ptr<WKDRefreshJobPrivate>, QObject *parent);
63 ~WKDRefreshJob()
override;
71 GpgME::Error
start(
const std::vector<GpgME::Key> &keys);
77 GpgME::Error
start(
const std::vector<GpgME::UserID> &userIDs);
80 Q_DECLARE_PRIVATE(WKDRefreshJob)