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