aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/src/decryptverifyjob.h
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/src/decryptverifyjob.h')
-rw-r--r--lang/qt/src/decryptverifyjob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/decryptverifyjob.h b/lang/qt/src/decryptverifyjob.h
index c3fcf025..e5c43464 100644
--- a/lang/qt/src/decryptverifyjob.h
+++ b/lang/qt/src/decryptverifyjob.h
@@ -77,7 +77,7 @@ public:
Starts the combined decryption and verification operation.
\a cipherText is the data to decrypt and later verify.
*/
- virtual QGPGME_DEPRECATED_EXPORT GpgME::Error start(const QByteArray &cipherText) = 0;
+ virtual GpgME::Error start(const QByteArray &cipherText) = 0;
/*!
\overload