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

Component {
    signal a
    QtObject {}
}