aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpropertycachecreator_p.h
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2020-03-24 18:24:42 +0100
committerUlf Hermann <ulf.hermann@qt.io>2020-03-24 19:05:05 +0100
commit581250ff9e7056b568aa199d17d140e3dbc32223 (patch)
tree7e1cb10de6f44920d4c23af3d3a6ec0f1d256e57 /src/qml/qml/qqmlpropertycachecreator_p.h
parent1a1028a1e4ca3d0d932141f265d01284e013a76a (diff)
Fix typo: inlineComponendId -> inlineComponentId
Change-Id: Ic0c768fc2402d8674e06e84dfe4dc90d05407167 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/qml/qml/qqmlpropertycachecreator_p.h')
-rw-r--r--src/qml/qml/qqmlpropertycachecreator_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlpropertycachecreator_p.h b/src/qml/qml/qqmlpropertycachecreator_p.h
index cadbfdd481..ad125b47e7 100644
--- a/src/qml/qml/qqmlpropertycachecreator_p.h
+++ b/src/qml/qml/qqmlpropertycachecreator_p.h
@@ -568,7 +568,7 @@ inline QQmlError QQmlPropertyCacheCreator<ObjectContainer>::createMetaObject(int
if (qmltype.isComposite() || qmltype.isInlineComponentType()) {
CompositeMetaTypeIds typeIds;
if (qmltype.isInlineComponentType()) {
- auto objectId = qmltype.inlineComponendId();
+ auto objectId = qmltype.inlineComponentId();
auto containingType = qmltype.containingType();
if (containingType.isValid()) {
auto icType = containingType.lookupInlineComponentById(objectId);