Call the base implementation of ObjectValue::process()

This commit is contained in:
Roberto Raggi
2010-01-25 15:48:49 +01:00
parent 666b454295
commit 327893d7fd

View File

@@ -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 {