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