diff options
| author | Topi Reinio <topi.reinio@qt.io> | 2023-12-19 11:09:32 +0000 |
|---|---|---|
| committer | Topi Reiniƶ <topi.reinio@qt.io> | 2023-12-19 22:49:39 +0000 |
| commit | 96740ea3fed8a7837dc282135661723858fff198 (patch) | |
| tree | fc5e1ff65f823405fc38c48d68aea2fef919d124 /src/corelib/kernel/qobject.cpp | |
| parent | 38dbd751640399a7887cf91fed73688df209a38d (diff) | |
Doc: Fix documentation issues for Qt Core
* Fix template arguments in \fn signatures for Qt::compareThreeWay()
functions.
* Fix template arguments in \fn signatures for QDebug::operator<<()
functions.
* Fix \sa links to specific overloads of QSpan functions.
* Fix \sa links to specific overloads of QFileInfo::fileTime().
* Remove references to 'Custom Type Example' (example has been removed).
* Fix linking to 'JSON Save Game' example.
* Fix references to 'Queued Custom Type' example.
* Fix linking to QCryptographicHash::Algorithm.
* Fix linking to Qt Qml module.
* Fix undocumented parameters in qHypot().
Pick-to: 6.7
Change-Id: If9eb9978a14e147f003672a682972b319454c311
Reviewed-by: Luca Di Sera <luca.disera@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
| -rw-r--r-- | src/corelib/kernel/qobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index 55a3bd53089..4dd1c91b714 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -4476,7 +4476,7 @@ QDebug operator<<(QDebug dbg, const QObject *o) This macro associates extra information to the class, which is available using QObject::metaObject(). Qt makes only limited use of this feature in - \l{Qt D-Bus} and \l{Qt QML} modules. + \l{Qt D-Bus} and \l{Qt Qml} modules. The extra information takes the form of a \a Name string and a \a Value literal string. |
