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/qgpgmeimportfromkeyserverjob.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/qt/src/qgpgmeimportfromkeyserverjob.h') diff --git a/lang/qt/src/qgpgmeimportfromkeyserverjob.h b/lang/qt/src/qgpgmeimportfromkeyserverjob.h index f50dae0b..8c9f944d 100644 --- a/lang/qt/src/qgpgmeimportfromkeyserverjob.h +++ b/lang/qt/src/qgpgmeimportfromkeyserverjob.h @@ -63,13 +63,13 @@ public: explicit QGpgMEImportFromKeyserverJob(GpgME::Context *context); ~QGpgMEImportFromKeyserverJob(); - /*! \reimp from ImportFromKeyserverJob */ + /* from ImportFromKeyserverJob */ GpgME::Error start(const std::vector &keys) Q_DECL_OVERRIDE; - /*! \reimp from ImportFromKeyserverJob */ + /* from ImportFromKeyserverJob */ GpgME::ImportResult exec(const std::vector &keys) Q_DECL_OVERRIDE; - /*! \reimp from ThreadedJobMixin */ + /* from ThreadedJobMixin */ void resultHook(const result_type &r) Q_DECL_OVERRIDE; private: -- cgit v1.2.3