diff options
Diffstat (limited to 'lang/qt/src/signencryptjob.h')
-rw-r--r-- | lang/qt/src/signencryptjob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/qt/src/signencryptjob.h b/lang/qt/src/signencryptjob.h index 9dba4be0..1f9b4b19 100644 --- a/lang/qt/src/signencryptjob.h +++ b/lang/qt/src/signencryptjob.h @@ -108,8 +108,8 @@ public: */ virtual void start(const std::vector<GpgME::Key> &signers, 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 std::pair<GpgME::SigningResult, GpgME::EncryptionResult> |