From 327893d7fdd71159a4105e1ec4e25c774bb30923 Mon Sep 17 00:00:00 2001 From: Roberto Raggi <roberto.raggi@nokia.com> Date: Mon, 25 Jan 2010 15:48:49 +0100 Subject: [PATCH] Call the base implementation of ObjectValue::process() --- src/libs/qmljs/qmljsinterpreter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libs/qmljs/qmljsinterpreter.cpp b/src/libs/qmljs/qmljsinterpreter.cpp index 9607b3b6154..98747b8cf45 100644 --- a/src/libs/qmljs/qmljsinterpreter.cpp +++ b/src/libs/qmljs/qmljsinterpreter.cpp @@ -91,6 +91,7 @@ public: processor->process(slotName, engine()->undefinedValue()); // ### FIXME: assign a decent type to the property } + ObjectValue::processMembers(processor); } const Value *propertyValue(const QMetaProperty &prop) const { -- GitLab