forked from qt-creator/qt-creator
		
	QmlJS: Completion for attached properties.
This commit is contained in:
		@@ -178,7 +178,7 @@ protected:
 | 
			
		||||
        const ScopeChain &chain = _context->scopeChain();
 | 
			
		||||
        if (chain.jsScopes.contains(scope)
 | 
			
		||||
                || chain.qmlScopeObjects.contains(scope)
 | 
			
		||||
                || chain.qmlTypes == scope
 | 
			
		||||
                || chain.qmlAttachedTypes == scope
 | 
			
		||||
                || chain.globalScope == scope)
 | 
			
		||||
            return false;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user