From 38cfda3c822e9ba8e83d5389633899f6426e6fdb Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Tue, 2 Jan 2018 15:15:57 +0100 Subject: doc: Correct remaining qdoc warnings in qmetaobject.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit clang required adding template clauses to a few \fn commands. Change-Id: I4e875f719ed58901d227fb0e6b80d4551f3b6e89 Reviewed-by: Topi Reiniƶ --- src/corelib/kernel/qmetaobject.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/corelib/kernel') diff --git a/src/corelib/kernel/qmetaobject.cpp b/src/corelib/kernel/qmetaobject.cpp index 3560ea1b32..6df3354679 100644 --- a/src/corelib/kernel/qmetaobject.cpp +++ b/src/corelib/kernel/qmetaobject.cpp @@ -1589,7 +1589,7 @@ bool QMetaObject::invokeMethodImpl(QObject *object, QtPrivate::QSlotObjectBase * */ /*! - \fn bool QMetaObject::invokeMethod(QObject *context, Functor function, Qt::ConnectionType type, FunctorReturnType *ret) + \fn template bool QMetaObject::invokeMethod(QObject *context, Functor function, Qt::ConnectionType type, FunctorReturnType *ret) \since 5.10 @@ -1602,7 +1602,7 @@ bool QMetaObject::invokeMethodImpl(QObject *object, QtPrivate::QSlotObjectBase * */ /*! - \fn bool QMetaObject::invokeMethod(QObject *context, Functor function, FunctorReturnType *ret) + \fn template bool QMetaObject::invokeMethod(QObject *context, Functor function, FunctorReturnType *ret) \since 5.10 @@ -2083,7 +2083,7 @@ QMetaMethod::MethodType QMetaMethod::methodType() const } /*! - \fn QMetaMethod QMetaMethod::fromSignal(PointerToMemberFunction signal) + \fn template QMetaMethod QMetaMethod::fromSignal(PointerToMemberFunction signal) \since 5.0 Returns the meta-method that corresponds to the given \a signal, or an -- cgit v1.2.3