aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/badCppPropertyChangeHandlers2.qml
blob: 8e6ed938b0810ce3b633ef67579e64960ac52961 (plain)
1
2
3
4
import PropertyChangeHandlers 1.0
TypeWithProperties {
    onBChanged: function(value) { console.log("error!", value); }
}