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

12 lines
181 B
QML
Raw Normal View History

pragma Strict
import QML
QtObject {
property Component c: Component {
id: cc
QtObject {}
}
property bool ready: cc.status == Component.Ready
}