From b7d5c2cced796d4092a9f424368fc999165f9d13 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Tue, 10 May 2016 14:32:22 +0200 Subject: Qt: Fix unkonwn doxygen keyword warnings -- Reimp is not a keqword and we inherit documentation anyway. --- lang/qt/src/qgpgmesignencryptjob.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang/qt/src/qgpgmesignencryptjob.h') diff --git a/lang/qt/src/qgpgmesignencryptjob.h b/lang/qt/src/qgpgmesignencryptjob.h index bf1439ca..49177d37 100644 --- a/lang/qt/src/qgpgmesignencryptjob.h +++ b/lang/qt/src/qgpgmesignencryptjob.h @@ -75,12 +75,12 @@ public: explicit QGpgMESignEncryptJob(GpgME::Context *context); ~QGpgMESignEncryptJob(); - /*! \reimp from SignEncryptJob */ + /* from SignEncryptJob */ GpgME::Error start(const std::vector &signers, const std::vector &recipients, const QByteArray &plainText, bool alwaysTrust) Q_DECL_OVERRIDE; - /*! \reimp from SignEncryptJob */ + /* from SignEncryptJob */ void start(const std::vector &signers, const std::vector &recipients, const std::shared_ptr &plainText, @@ -93,10 +93,10 @@ public: const QByteArray &plainText, bool alwaysTrust, QByteArray &cipherText) Q_DECL_OVERRIDE; - /*! \reimp from SignEncryptJob */ + /* from SignEncryptJob */ void setOutputIsBase64Encoded(bool on) Q_DECL_OVERRIDE; - /*! \reimp from ThreadedJobMixin */ + /* from ThreadedJobMixin */ void resultHook(const result_type &r) Q_DECL_OVERRIDE; private: -- cgit v1.2.3