summaryrefslogtreecommitdiff
path: root/tests/auto/qml/data/grouping.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/data/grouping.html')
-rw-r--r--tests/auto/qml/data/grouping.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/data/grouping.html b/tests/auto/qml/data/grouping.html
index f2d7aec..f6bc33c 100644
--- a/tests/auto/qml/data/grouping.html
+++ b/tests/auto/qml/data/grouping.html
@@ -6,7 +6,7 @@
//BEGIN SETUP
window.channel = createWebChannel(function(channel) {
channel.subscribe(QWebChannelMessageTypes.propertyUpdate, function() {
- channel.exec({label: "gotPropertyUpdate", values: [myObj.myProperty(), myOtherObj.foo(), myOtherObj.bar()]});
+ channel.exec({label: "gotPropertyUpdate", values: [myObj.myProperty, myOtherObj.foo, myOtherObj.bar]});
});
});
//END SETUP