aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/decryptjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/decryptjob.h')
-rw-r--r--lang/qt/src/decryptjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/decryptjob.h b/lang/qt/src/decryptjob.h
index e2012760..04c603a4 100644
--- a/lang/qt/src/decryptjob.h
+++ b/lang/qt/src/decryptjob.h
@@ -86,7 +86,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;
virtual GpgME::DecryptionResult exec(const QByteArray &cipherText,
QByteArray &plainText) = 0;