summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/Cycle1.qml
blob: 66784f25f46e7897b04b27cd3fba8b26122ebab2 (plain)
1
2
3
4
5
6
7
import QtQml 2.0
Cycle2 {
    id: itt
    QtObject {
        property var thing: itt
    }
}