35 #ifndef __KLEO_DOWNLOADJOB_H__ 36 #define __KLEO_DOWNLOADJOB_H__ 40 #include <QtCore/QByteArray> 86 virtual GpgME::Error start(
const QByteArray &fingerprint,
87 const std::shared_ptr<QIODevice> &keyData) = 0;
96 virtual QGPGME_DEPRECATED_EXPORT GpgME::Error start(
const QStringList &fingerprints) = 0;
99 void result(
const GpgME::Error &result,
const QByteArray &keyData,
const QString &auditLogAsHtml = QString(),
const GpgME::Error &auditLogError = GpgME::Error());
104 #endif // __KLEO_DOWNLOADJOB_H__ An abstract base class for asynchronous crypto operations.
Definition: job.h:72
Definition: abstractimportjob.h:42
An abstract base class for asynchronous downloaders.
Definition: downloadjob.h:69
Definition: abstractimportjob.h:48