aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/HRMDPComponent.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlecmascript/data/HRMDPComponent.qml')
-rw-r--r--tests/auto/qml/qqmlecmascript/data/HRMDPComponent.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlecmascript/data/HRMDPComponent.qml b/tests/auto/qml/qqmlecmascript/data/HRMDPComponent.qml
index 897fd990ec..fab55fa0d1 100644
--- a/tests/auto/qml/qqmlecmascript/data/HRMDPComponent.qml
+++ b/tests/auto/qml/qqmlecmascript/data/HRMDPComponent.qml
@@ -6,10 +6,10 @@ Item {
property var varCanary: 12
Component.onCompleted: {
- QObjectApi.qobjectTestWritableProperty = 42;
+ QObjectApi.QObject.qobjectTestWritableProperty = 42;
}
Component.onDestruction: {
- QObjectApi.qobjectTestWritableProperty = 43;
+ QObjectApi.QObject.qobjectTestWritableProperty = 43;
}
}