aboutsummaryrefslogtreecommitdiffstats
path: root/examples/coap/quickmulticastclient/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/coap/quickmulticastclient/main.qml')
-rw-r--r--examples/coap/quickmulticastclient/main.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/coap/quickmulticastclient/main.qml b/examples/coap/quickmulticastclient/main.qml
index da28624..85fc8dc 100644
--- a/examples/coap/quickmulticastclient/main.qml
+++ b/examples/coap/quickmulticastclient/main.qml
@@ -102,17 +102,17 @@ Window {
ListElement {
group: qsTr("IPv4 CoAP Nodes")
address: "224.0.1.187"
- value: QtCoap.AllCoapNodesIPv4
+ value: QtCoap.MulticastGroup.AllCoapNodesIPv4
}
ListElement {
group: qsTr("IPv6 Link Local CoAP Nodes")
address: "ff02::fd"
- value: QtCoap.AllCoapNodesIPv6LinkLocal
+ value: QtCoap.MulticastGroup.AllCoapNodesIPv6LinkLocal
}
ListElement {
group: qsTr("IPv6 Site Local CoAP Nodes")
address: "ff05::fd"
- value: QtCoap.AllCoapNodesIPv6SiteLocal
+ value: QtCoap.MulticastGroup.AllCoapNodesIPv6SiteLocal
}
ListElement {
group: qsTr("Other")