aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/common/qv4compileddata_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/common/qv4compileddata_p.h')
-rw-r--r--src/qml/common/qv4compileddata_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/common/qv4compileddata_p.h b/src/qml/common/qv4compileddata_p.h
index 2ed7c24efe..7a862280f3 100644
--- a/src/qml/common/qv4compileddata_p.h
+++ b/src/qml/common/qv4compileddata_p.h
@@ -747,7 +747,7 @@ struct Object
HasDeferredBindings = 0x2, // any of the bindings are deferred
HasCustomParserBindings = 0x4,
IsInlineComponentRoot = 0x8,
- InPartOfInlineComponent = 0x10
+ IsPartOfInlineComponent = 0x10
};
// Depending on the use, this may be the type name to instantiate before instantiating this