From 739e7dd1912b1828bd568fd50c0dffaa6550b80a Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 29 Oct 2020 18:11:22 +0100 Subject: Doc: Fix various documentation issues for Qt Core Task-number: QTBUG-86295 Change-Id: I3bf7d4b1533d4fc81114d353b19beaf4ea9b93b2 Reviewed-by: Volker Hilsheimer Reviewed-by: Paul Wicking --- src/corelib/kernel/qobject.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/corelib/kernel/qobject.cpp') diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index fc46ab84f8a..f3fd249d094 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -4217,8 +4217,8 @@ QDebug operator<<(QDebug dbg, const QObject *o) \relates QObject This macro associates extra information to the class, which is available - using QObject::metaObject(). Qt makes only limited use of this feature, in - the \l{Active Qt}, \l{Qt D-Bus} and \l{Qt QML module}{Qt QML}. + using QObject::metaObject(). Qt makes only limited use of this feature in + \l{Qt D-Bus} and \l{Qt QML module}{Qt QML}. The extra information takes the form of a \a Name string and a \a Value literal string. @@ -4228,7 +4228,6 @@ QDebug operator<<(QDebug dbg, const QObject *o) \snippet code/src_corelib_kernel_qobject.cpp 35 \sa QMetaObject::classInfo() - \sa QAxFactory \sa {Using Qt D-Bus Adaptors} \sa {Extending QML} */ -- cgit v1.2.3