aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/dynamicMeta.4.qml
blob: e28cad3a681a0a19ca6aff50b13c332d0eaeb672 (plain)
1
2
3
4
5
6
import QtQuick 1.0

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