diff options
Diffstat (limited to 'lang/qt/src/decryptjob.h')
-rw-r--r-- | lang/qt/src/decryptjob.h | 2 |
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 |