Fix documentation of QMetaClassInfo

Mention the modules using it instead of claiming it is not used
in Qt.

Pick-to: 6.6 6.5
Change-Id: I8c9490dfd89444509961c73eeff2f8584e0c5df4
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
bb10
Friedemann Kleint 2023-10-09 13:23:25 +02:00
parent 0bbb2f6981
commit 1ffe7fbff0
1 changed files with 5 additions and 2 deletions

View File

@ -4096,8 +4096,11 @@ bool QMetaProperty::isBindable() const
\snippet code/src_corelib_kernel_qmetaobject.cpp 5
This mechanism is free for you to use in your Qt applications. Qt
doesn't use it for any of its classes.
This mechanism is free for you to use in your Qt applications.
\note It's also used by the \l[ActiveQt]{Active Qt},
\l[QtDBus]{Qt D-Bus}, \l[QtQml]{Qt QML}, and \l{Qt Remote Objects}
modules. Some keys might be set when using these modules.
\sa QMetaObject
*/