diff options
Diffstat (limited to '')
| -rw-r--r-- | lang/qt/src/encryptjob.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lang/qt/src/encryptjob.h b/lang/qt/src/encryptjob.h index 91ad5e69..1fd28905 100644 --- a/lang/qt/src/encryptjob.h +++ b/lang/qt/src/encryptjob.h @@ -97,8 +97,8 @@ public:        \throws GpgME::Exception if starting fails      */      virtual void start(const std::vector<GpgME::Key> &recipients, -                       const boost::shared_ptr<QIODevice> &plainText, -                       const boost::shared_ptr<QIODevice> &cipherText = boost::shared_ptr<QIODevice>(), +                       const std::shared_ptr<QIODevice> &plainText, +                       const std::shared_ptr<QIODevice> &cipherText = std::shared_ptr<QIODevice>(),                         bool alwaysTrust = false) = 0;      virtual GpgME::EncryptionResult exec(const std::vector<GpgME::Key> &recipients, | 
