aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/autoComponentCreationInGroupProperties.qml
Commit message (Collapse)AuthorAgeFilesLines
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-021-0/+6
Don't only scan full-typed objects for property bindings that may define components implicitly, do this for any types we know (propertyCache populated) and that aren't explicitly of Component type. Change-Id: I918b636be6d524e919cdd4efd49c33e63da64de3 Reviewed-by: Lars Knoll <lars.knoll@digia.com>