forked from qt-creator/qt-creator
Get rid off the friend QmlJS::Link declaration.
This commit is contained in:
@@ -732,7 +732,8 @@ void Context::setTypeEnvironment(const QmlJS::Document *doc, const ObjectValue *
|
||||
|
||||
void Context::pushScope(const ObjectValue *object)
|
||||
{
|
||||
_scopeChain.append(object);
|
||||
if (object != 0)
|
||||
_scopeChain.append(object);
|
||||
}
|
||||
|
||||
void Context::popScope()
|
||||
|
Reference in New Issue
Block a user