summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.4.qml
blob: 51dd834484c0d31ee0f08a3ff017a74b0fd1cfba (plain)
1
2
3
4
5
6
import Qt 4.6

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