forked from qt-creator/qt-creator
Set up the scope chain.
This commit is contained in:
@@ -1398,7 +1398,7 @@ void Engine::initializePrototypes()
|
||||
_globalObject->setProperty("RegExp", regexpCtor());
|
||||
}
|
||||
|
||||
const ObjectValue *Engine::newQmlObject(const QString &name)
|
||||
ObjectValue *Engine::newQmlObject(const QString &name)
|
||||
{
|
||||
#ifndef NO_DECLARATIVE_BACKEND
|
||||
if (name == QLatin1String("QmlGraphicsAnchors")) {
|
||||
|
Reference in New Issue
Block a user