34 #ifndef __QGPGME_QGPGMEDOWNLOADJOB_H__ 35 #define __QGPGME_QGPGMEDOWNLOADJOB_H__ 37 #include "downloadjob.h" 39 #include "threadedjobmixin.h" 61 GpgME::Error
start(
const QStringList &fingerprints) Q_DECL_OVERRIDE;
64 GpgME::Error
start(
const QByteArray &fingerprint,
const std::shared_ptr<QIODevice> &keyData) Q_DECL_OVERRIDE;
69 #endif // __QGPGME_QGPGMEDOWNLOADJOB_H__ An abstract base class for asynchronous downloaders.
Definition: downloadjob.h:68
Definition: qgpgmedownloadjob.h:44
Definition: threadedjobmixin.h:123
Definition: abstractimportjob.h:47
GpgME::Error start(const QStringList &fingerprints) Q_DECL_OVERRIDE
Definition: qgpgmedownloadjob.cpp:93