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

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