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

Component {
    signal a
    QtObject {}
}