aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/anchors2.qml
Commit message (Collapse)AuthorAgeFilesLines
* qmllint: Fix updating of parent propertyUlf Hermann2020-10-021-0/+6
We need to check for the baseTypeName, not for the internalName. Also, this is not really the scope's business but a property of how qmllint sets up its scopes. Task-number: QTBUG-87116 Change-Id: I8f0e558a4a5861164c6e85f90e3d88e469ea0769 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Evgeniy Dushistov <dushistov@mail.ru>