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

Component {
    function a() {}
    QtObject {}
}