45 std::vector<GpgME::Key> m_signers;
46 std::vector<GpgME::Key> m_recipients;
47 std::vector<QString> m_inputPaths;
48 QString m_outputFilePath;
49 QString m_baseDirectory;
50 GpgME::Context::EncryptionFlags m_encryptionFlags = GpgME::Context::EncryptArchive;