forked from qt-creator/qt-creator
Added method defaultValueForBuiltinType(typeName) to the QML/JS interpreter.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user