Fix documentation of QMetaClassInfo

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

Pick-to: 6.5
Change-Id: I8c9490dfd89444509961c73eeff2f8584e0c5df4
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
(cherry picked from commit 1ffe7fbff0e0e5f40eedbd5dc9fb554c562a9338)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Friedemann Kleint 2023-10-09 13:23:25 +02:00 committed by Qt Cherry-pick Bot
parent d599451e24
commit 5097f3fa33

View File

@ -4058,8 +4058,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
*/