34#ifndef __QGPGME_QGPGMEENCRYPTARCHIVEJOB_H__
35#define __QGPGME_QGPGMEENCRYPTARCHIVEJOB_H__
37#include "encryptarchivejob.h"
39#include "threadedjobmixin.h"
41#include <encryptionresult.h>
62 GpgME::Error
start(
const std::vector<GpgME::Key> &recipients,
63 const std::vector<QString> &paths,
64 const std::shared_ptr<QIODevice> &cipherText,
65 const GpgME::Context::EncryptionFlags flags)
override;
Definition: encryptarchivejob.h:57
Definition: qgpgmeencryptarchivejob.h:52
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:139
Definition: threadedjobmixin.h:131