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)
override;
65 GpgME::Error
start(
const QByteArray &fingerprint,
const std::shared_ptr<QIODevice> &keyData)
override;
70 #endif // __QGPGME_QGPGMEDOWNLOADJOB_H__
An abstract base class for asynchronous downloaders.
Definition: downloadjob.h:69
GpgME::Error start(const QStringList &fingerprints) override
Definition: qgpgmedownloadjob.cpp:94
Definition: qgpgmedownloadjob.h:45
Definition: threadedjobmixin.h:125
Definition: abstractimportjob.h:48