34 #ifndef __KLEO_DOWNLOADJOB_H__ 35 #define __KLEO_DOWNLOADJOB_H__ 39 #include <QtCore/QByteArray> 85 virtual GpgME::Error start(
const QByteArray &fingerprint,
86 const std::shared_ptr<QIODevice> &keyData) = 0;
95 virtual QGPGME_DEPRECATED_EXPORT GpgME::Error start(
const QStringList &fingerprints) = 0;
98 void result(
const GpgME::Error &result,
const QByteArray &keyData,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());
103 #endif // __KLEO_DOWNLOADJOB_H__ An abstract base class for asynchronous crypto operations.
Definition: job.h:71
Definition: abstractimportjob.h:41
An abstract base class for asynchronous downloaders.
Definition: downloadjob.h:68
Definition: abstractimportjob.h:47