aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/Cycle1.qml
blob: 00b7c2a4cedbef39a1df27f7f239c57a26e8ce7c (plain)
1
2
3
4
import QtQml 2.0
Cycle2 {
    QtObject {} // Having children here has caused qmllint to hang in the past (QTBUG-96343)
}