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