summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/component.5.qml
blob: 9c3938b2fd47db9c8e6ca8b788e8928009533ffc (plain)
1
2
3
4
5
6
import Qt 4.7

Component {
    x: 10
    QtObject {}
}