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

Component {
    property int a
    QtObject {}
}