diff options
Diffstat (limited to 'lang/qt/src/signjob.h')
-rw-r--r-- | lang/qt/src/signjob.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/qt/src/signjob.h b/lang/qt/src/signjob.h index b5b5af6f..57d2d17b 100644 --- a/lang/qt/src/signjob.h +++ b/lang/qt/src/signjob.h @@ -85,7 +85,7 @@ public: Starts the signing operation. \a signers is the list of keys to sign \a plainText with. Empty (null) keys are ignored. */ - virtual QGPGME_DEPRECATED_EXPORT GpgME::Error start(const std::vector<GpgME::Key> &signers, + virtual GpgME::Error start(const std::vector<GpgME::Key> &signers, const QByteArray &plainText, GpgME::SignatureMode mode) = 0; |