Fix the spelling of the word "combination"

Pick-to: 6.4 6.3 6.2 5.15
Change-Id: Ib6ad11d4fbbeefa280070125fd0ee6a64dababae
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
bb10
Mike Trahearn 2022-08-29 17:18:06 +10:00 committed by Volker Hilsheimer
parent 83b7598896
commit 20242a2549
1 changed files with 1 additions and 1 deletions

View File

@ -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