QmlJS: Completion for attached properties.

This commit is contained in:
Christian Kamm
2011-02-10 17:03:52 +01:00
parent 187ae1e94a
commit 490f2797f6
7 changed files with 128 additions and 12 deletions

View File

@@ -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;