diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/qt/src/encryptjob.h | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/lang/qt/src/encryptjob.h b/lang/qt/src/encryptjob.h index 8135053e..ac3664fa 100644 --- a/lang/qt/src/encryptjob.h +++ b/lang/qt/src/encryptjob.h @@ -38,6 +38,7 @@  #define __KLEO_ENCRYPTJOB_H__  #include "job.h" +#include "data.h"  #include <memory>  #include <vector> @@ -85,6 +86,9 @@ public:      void setFileName(const QString &fileName);      QString fileName() const; +    void setInputEncoding(GpgME::Data::Encoding); +    GpgME::Data::Encoding inputEncoding() const; +      /**         Starts the encryption operation. \a recipients is the a list of         keys to encrypt \a plainText to. Empty (null) keys are | 
