35 #ifndef __QGPGME_QGPGMEDOWNLOADJOB_H__
36 #define __QGPGME_QGPGMEDOWNLOADJOB_H__
38 #include "downloadjob.h"
40 #include "threadedjobmixin.h"
62 GpgME::Error
start(
const QStringList &fingerprints) Q_DECL_OVERRIDE;
65 GpgME::Error
start(
const QByteArray &fingerprint,
const std::shared_ptr<QIODevice> &keyData) Q_DECL_OVERRIDE;
70 #endif // __QGPGME_QGPGMEDOWNLOADJOB_H__