34 #ifndef __QGPGME_QGPGMESIGNARCHIVEJOB_H__
35 #define __QGPGME_QGPGMESIGNARCHIVEJOB_H__
37 #include "signarchivejob.h"
39 #include "threadedjobmixin.h"
41 #include <signingresult.h>
62 GpgME::Error
start(
const std::vector<GpgME::Key> &signers,
63 const std::vector<QString> &paths,
64 const std::shared_ptr<QIODevice> &output)
override;
Definition: qgpgmesignarchivejob.h:52
GpgME::Error start(const std::vector< GpgME::Key > &signers, const std::vector< QString > &paths, const std::shared_ptr< QIODevice > &output) override
Definition: qgpgmesignarchivejob.cpp:163
Definition: signarchivejob.h:57
Definition: threadedjobmixin.h:131