aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/SignalEmittedComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/data/SignalEmittedComponent.qml')
-rw-r--r--tests/auto/qml/qqmlecmascript/data/SignalEmittedComponent.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlecmascript/data/SignalEmittedComponent.qml b/tests/auto/qml/qqmlecmascript/data/SignalEmittedComponent.qml
index a7866a33fb..a291e7b275 100644
--- a/tests/auto/qml/qqmlecmascript/data/SignalEmittedComponent.qml
+++ b/tests/auto/qml/qqmlecmascript/data/SignalEmittedComponent.qml
@@ -5,7 +5,7 @@ Item {
id: sec
property int a: 10
Component.onDestruction: {
- ModApi.setSpecificProperty(sec, "a", 20);
+ ModApi.QObject.setSpecificProperty(sec, "a", 20);
}
function setSuccessPropertyOf(obj, val) {