34 #ifndef __QGPGME_QGPGMEENCRYPTARCHIVEJOB_H__
35 #define __QGPGME_QGPGMEENCRYPTARCHIVEJOB_H__
37 #include "encryptarchivejob.h"
39 #include "threadedjobmixin.h"
41 #include <gpgme++/encryptionresult.h>
46 class QGpgMEEncryptArchiveJobPrivate;
52 :
public _detail::ThreadedJobMixin<EncryptArchiveJob, QGpgMEEncryptArchiveJobPrivate, std::tuple<GpgME::EncryptionResult, QString, GpgME::Error>>
64 GpgME::Error
start(
const std::vector<GpgME::Key> &recipients,
65 const std::vector<QString> &paths,
66 const std::shared_ptr<QIODevice> &cipherText,
67 const GpgME::Context::EncryptionFlags flags)
override;
75 #endif // __QGPGME_QGPGMEENCRYPTARCHIVEJOB_H__
GpgME::Error start(const std::vector< GpgME::Key > &recipients, const std::vector< QString > &paths, const std::shared_ptr< QIODevice > &cipherText, const GpgME::Context::EncryptionFlags flags) override
Definition: qgpgmeencryptarchivejob.cpp:155
Definition: threadedjobmixin.h:125
Definition: qgpgmeencryptarchivejob.h:48
Definition: abstractimportjob.h:48
Definition: encryptarchivejob.h:54