forked from qt-creator/qt-creator
		
	QmlJS: Allow lookups on const Contexts. Pass const Contexts where ok.
In preparation for caching Contexts. Reviewed-by: Erik Verbruggen
This commit is contained in:
		| @@ -194,7 +194,7 @@ const Value *ScopeBuilder::scopeObjectLookup(AST::UiQualifiedId *id) | ||||
| } | ||||
|  | ||||
|  | ||||
| const ObjectValue *ScopeBuilder::isPropertyChangesObject(Context *context, | ||||
| const ObjectValue *ScopeBuilder::isPropertyChangesObject(const Context *context, | ||||
|                                                    const ObjectValue *object) | ||||
| { | ||||
|     const ObjectValue *prototype = object; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user