34 #ifndef __QGPGME_SIGNENCRYPTARCHIVEJOB_P_H__
35 #define __QGPGME_SIGNENCRYPTARCHIVEJOB_P_H__
44 std::vector<GpgME::Key> m_signers;
45 std::vector<GpgME::Key> m_recipients;
46 std::vector<QString> m_inputPaths;
47 QString m_outputFilePath;
48 QString m_baseDirectory;
49 GpgME::Context::EncryptionFlags m_encryptionFlags = GpgME::Context::EncryptArchive;
Definition: signencryptarchivejob_p.h:43