aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4sequenceobject.cpp')
-rw-r--r--src/qml/jsruntime/qv4sequenceobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4sequenceobject.cpp b/src/qml/jsruntime/qv4sequenceobject.cpp
index 416ed959cc..e487b17b25 100644
--- a/src/qml/jsruntime/qv4sequenceobject.cpp
+++ b/src/qml/jsruntime/qv4sequenceobject.cpp
@@ -111,7 +111,7 @@ void Heap::Sequence::init(
QMetaType listType, QMetaSequence metaSequence, const void *container,
Heap::Object *object, int propertyIndex, Heap::ReferenceObject::Flags flags)
{
- ReferenceObject::init(object, propertyIndex, flags);
+ ReferenceObject::init(object, propertyIndex, flags | IsDirty);
initTypes(listType, metaSequence);
if (CppStackFrame *frame = internalClass->engine->currentStackFrame)