Added method defaultValueForBuiltinType(typeName) to the QML/JS interpreter.

This commit is contained in:
Roberto Raggi
2010-01-26 11:15:21 +01:00
parent 84d721078e
commit 478907e5c3
3 changed files with 16 additions and 16 deletions

View File

@@ -442,6 +442,7 @@ public:
// QML objects
ObjectValue *newQmlObject(const QString &name);
const ObjectValue *qmlKeysObject();
const Value *defaultValueForBuiltinType(const QString &typeName) const;
// global object
ObjectValue *globalObject() const;