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 11584db2..7753e18b 100644
--- a/lang/qt/src/decryptjob.h
+++ b/lang/qt/src/decryptjob.h
@@ -76,7 +76,7 @@ public:
Starts the decryption operation. \a cipherText is the data to
decrypt.
*/
- virtual QGPGME_DEPRECATED_EXPORT GpgME::Error start(const QByteArray &cipherText) = 0;
+ virtual GpgME::Error start(const QByteArray &cipherText) = 0;
/*!
\overload