From a61c6a7a2e0f0ae57f2fbddf669e8789d977e5e0 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Wed, 10 Jan 2018 12:38:59 +0100 Subject: doc: Add template clauses in qhostinfo.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A few \fn commands were missing the template clause now required by clang-qdoc. This update adds the template clauses. It also changes an instance of Q_QDOC to Q_CLANG_QDOC. Change-Id: I2850d43d98debb80e01c36a524e0c00651a89298 Reviewed-by: Topi Reiniƶ --- src/network/kernel/qhostinfo.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/network/kernel/qhostinfo.cpp') diff --git a/src/network/kernel/qhostinfo.cpp b/src/network/kernel/qhostinfo.cpp index 0156e22d41..4682070712 100644 --- a/src/network/kernel/qhostinfo.cpp +++ b/src/network/kernel/qhostinfo.cpp @@ -300,7 +300,7 @@ int QHostInfo::lookupHost(const QString &name, QObject *receiver, */ /*! - \fn int QHostInfo::lookupHost(const QString &name, const QObject *receiver, PointerToMemberFunction function) + \fn template int QHostInfo::lookupHost(const QString &name, const QObject *receiver, PointerToMemberFunction function) \since 5.9 @@ -319,7 +319,7 @@ int QHostInfo::lookupHost(const QString &name, QObject *receiver, */ /*! - \fn int QHostInfo::lookupHost(const QString &name, Functor functor) + \fn template int QHostInfo::lookupHost(const QString &name, Functor functor) \since 5.9 @@ -337,7 +337,7 @@ int QHostInfo::lookupHost(const QString &name, QObject *receiver, */ /*! - \fn int QHostInfo::lookupHost(const QString &name, const QObject *context, Functor functor) + \fn template int QHostInfo::lookupHost(const QString &name, const QObject *context, Functor functor) \since 5.9 -- cgit v1.2.3