From 20242a254987414566ec852a7e05c19041b90024 Mon Sep 17 00:00:00 2001 From: Mike Trahearn Date: Mon, 29 Aug 2022 17:18:06 +1000 Subject: [PATCH] Fix the spelling of the word "combination" Pick-to: 6.4 6.3 6.2 5.15 Change-Id: Ib6ad11d4fbbeefa280070125fd0ee6a64dababae Reviewed-by: Volker Hilsheimer --- src/corelib/kernel/qmetatype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/kernel/qmetatype.cpp b/src/corelib/kernel/qmetatype.cpp index 1bacf6c940..e4ef2f7665 100644 --- a/src/corelib/kernel/qmetatype.cpp +++ b/src/corelib/kernel/qmetatype.cpp @@ -599,7 +599,7 @@ int QMetaType::registerHelper(const QtPrivate::QMetaTypeInterface *iface) If the type is a pointer type to a subclass of QObject, flags() contains QMetaType::PointerToQObject and this function returns the corresponding QMetaObject. This can - be used to in combinaison with QMetaObject::construct to create QObject of this type. + be used to in combination with QMetaObject::construct to create QObject of this type. If the type is a Q_GADGET, flags() contains QMetaType::IsGadget, and this function returns its QMetaObject. This can be used to retrieve QMetaMethod and QMetaProperty and use them on a