From 1ffe7fbff0e0e5f40eedbd5dc9fb554c562a9338 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 9 Oct 2023 13:23:25 +0200 Subject: [PATCH] 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 --- src/corelib/kernel/qmetaobject.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/corelib/kernel/qmetaobject.cpp b/src/corelib/kernel/qmetaobject.cpp index 591f912463..0728d48e35 100644 --- a/src/corelib/kernel/qmetaobject.cpp +++ b/src/corelib/kernel/qmetaobject.cpp @@ -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 */