Skip to content

Commit

Permalink
Fix documentation of QMetaClassInfo
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
FriedemannKleint committed Oct 9, 2023
1 parent 0bbb2f6 commit 1ffe7fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/corelib/kernel/qmetaobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 1ffe7fb

Please sign in to comment.