qtdeclarative/tests/auto/qml/qmlcppcodegen/data/ambiguousSignals.qml

8 lines
126 B
QML

pragma Strict
import TestTypes
Person {
objectName: "tomorrow"
onAmbiguous: function(a) { objectName = a + "foo" }
}