From e5c47d29f829fc2a02e18ea48f6440cc5a1cc5ae Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Mon, 4 May 2009 14:20:12 +0200 Subject: Fixed initialization for QmlDomValueBinding. --- src/declarative/qml/qmldom.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/declarative/qml/qmldom.cpp b/src/declarative/qml/qmldom.cpp index f8cf194..25fe00c 100644 --- a/src/declarative/qml/qmldom.cpp +++ b/src/declarative/qml/qmldom.cpp @@ -819,7 +819,8 @@ Rect { x: Other.x } /*! Construct an empty QmlDomValueBinding. */ -QmlDomValueBinding::QmlDomValueBinding() +QmlDomValueBinding::QmlDomValueBinding(): + d(new QmlDomBasicValuePrivate) { } -- cgit v0.12