diff options
Diffstat (limited to 'src/qml/jsruntime/qv4property_p.h')
-rw-r--r-- | src/qml/jsruntime/qv4property_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4property_p.h b/src/qml/jsruntime/qv4property_p.h index 258a190602..9763de5adf 100644 --- a/src/qml/jsruntime/qv4property_p.h +++ b/src/qml/jsruntime/qv4property_p.h @@ -89,7 +89,7 @@ struct Property { static Property genericDescriptor() { Property pd; - pd.value = Value::emptyValue(); + pd.value = Primitive::emptyValue(); return pd; } |