forked from qt-creator/qt-creator
		
	QmlJS: Add semantic errors to task window.
Task-number: QTCREATORBUG-4103 Reviewed-by: Leandro Melo
This commit is contained in:
		@@ -626,7 +626,7 @@ static void find_helper(QFutureInterface<FindReferences::Usage> &future,
 | 
			
		||||
    if (!doc)
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
    Link link(&context, doc, snapshot, ModelManagerInterface::instance()->importPaths());
 | 
			
		||||
    Link link(&context, snapshot, ModelManagerInterface::instance()->importPaths());
 | 
			
		||||
    ScopeBuilder builder(&context, doc, snapshot);
 | 
			
		||||
    ScopeAstPath astPath(doc);
 | 
			
		||||
    builder.push(astPath(offset));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user