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/qgpgmedownloadjob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/qt/src/qgpgmedownloadjob.h') diff --git a/lang/qt/src/qgpgmedownloadjob.h b/lang/qt/src/qgpgmedownloadjob.h index b1120d17..40911909 100644 --- a/lang/qt/src/qgpgmedownloadjob.h +++ b/lang/qt/src/qgpgmedownloadjob.h @@ -57,10 +57,10 @@ public: explicit QGpgMEDownloadJob(GpgME::Context *context); ~QGpgMEDownloadJob(); - /*! \reimp from DownloadJob */ + /* from DownloadJob */ GpgME::Error start(const QStringList &fingerprints) Q_DECL_OVERRIDE; - /*! \reimp from DownloadJob */ + /* from DownloadJob */ GpgME::Error start(const QByteArray &fingerprint, const std::shared_ptr &keyData) Q_DECL_OVERRIDE; }; -- cgit v1.2.3