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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/common/qv4compileddata_p.h b/src/qml/common/qv4compileddata_p.h
index 58a7009083..cd96067769 100644
--- a/src/qml/common/qv4compileddata_p.h
+++ b/src/qml/common/qv4compileddata_p.h
@@ -1184,6 +1184,7 @@ struct Unit
ComponentsBound = 0x200,
FunctionSignaturesEnforced = 0x400,
NativeMethodsAcceptThisObject = 0x800,
+ ValueTypesCopied = 0x1000,
};
quint32_le flags;
quint32_le stringTableSize;