aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/Cycle2.qml
Commit message (Collapse)AuthorAgeFilesLines
* qmllint: Break inheritance cyclesUlf Hermann2020-03-191-0/+2
Previously we would run into infinite loops on those. Mind that qmllint will reject a file called Window.qml that imports QtQuick.Window and then instantiates a Window {}. Such a thing is bad style. Task-number: QTBUG-82817 Change-Id: I6db82ca1794c3020dcb7d7e837fe44f72bca5029 Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io> Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>