From 7b690681d39e0e35288c3d5eb92521925fb9fc36 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" Change-Id: Ib6ad11d4fbbeefa280070125fd0ee6a64dababae Reviewed-by: Volker Hilsheimer (cherry picked from commit 20242a254987414566ec852a7e05c19041b90024) Reviewed-by: Qt Cherry-pick Bot --- 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 0b04d32feab..0962c57fade 100644 --- a/src/corelib/kernel/qmetatype.cpp +++ b/src/corelib/kernel/qmetatype.cpp @@ -559,7 +559,7 @@ int QMetaType::idHelper() const 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