aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/ambiguousSignals.qml
blob: 506d5f64f63169686f194b46cc5a9744f23dc7b6 (plain)
1
2
3
4
5
6
7
pragma Strict
import TestTypes

Person {
    objectName: "tomorrow"
    onAmbiguous: function(a) { objectName = a + "foo" }
}