diff options
Diffstat (limited to 'lang/qt/src/decryptverifyjob.h')
-rw-r--r-- | lang/qt/src/decryptverifyjob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/decryptverifyjob.h b/lang/qt/src/decryptverifyjob.h index fc51a202..fa0d1d22 100644 --- a/lang/qt/src/decryptverifyjob.h +++ b/lang/qt/src/decryptverifyjob.h @@ -87,7 +87,7 @@ public: \throws GpgME::Exception if starting fails */ - virtual void start(const boost::shared_ptr<QIODevice> &cipherText, const boost::shared_ptr<QIODevice> &plainText = boost::shared_ptr<QIODevice>()) = 0; + virtual void start(const std::shared_ptr<QIODevice> &cipherText, const std::shared_ptr<QIODevice> &plainText = std::shared_ptr<QIODevice>()) = 0; /** Synchronous equivalent of start() */ virtual std::pair<GpgME::DecryptionResult, GpgME::VerificationResult> |