qtdeclarative/tests/auto/qml/qmlcppcodegen/data/Cycle1.qml

8 lines
93 B
QML

import QtQml 2.0
Cycle2 {
id: itt
QtObject {
property var thing: itt
}
}