34#ifndef __QGPGME_SIGNENCRYPTJOB_P_H__
35#define __QGPGME_SIGNENCRYPTJOB_P_H__
39#include <gpgme++/key.h>
50 std::vector<GpgME::Key> m_signers;
51 std::vector<GpgME::Key> m_recipients;
52 QString m_inputFilePath;
53 QString m_outputFilePath;
54 GpgME::Context::EncryptionFlags m_encryptionFlags = GpgME::Context::EncryptFile;
Definition: signencryptjob_p.h:45