summaryrefslogtreecommitdiffstats
path: root/examples/wayland/spanning-screens/main.qml
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-02-08 16:40:47 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2017-02-11 15:51:21 +0000
commite9fb11653a504b86478ef8f4513a6c23045a4fa2 (patch)
tree983da1589e177ef9ab47bad7248bdedc6eb0b6c0 /examples/wayland/spanning-screens/main.qml
parentee58fc0edc94d18c2ab6d30f1836b23606ab2195 (diff)
Update examples to account for Window.targetScreen renamev5.9.0-alpha1
Change-Id: I97af04c43a5966472eb195779ffd730b7459aa37 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'examples/wayland/spanning-screens/main.qml')
-rw-r--r--examples/wayland/spanning-screens/main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/wayland/spanning-screens/main.qml b/examples/wayland/spanning-screens/main.qml
index ae6815c9d..ef3e70ac9 100644
--- a/examples/wayland/spanning-screens/main.qml
+++ b/examples/wayland/spanning-screens/main.qml
@@ -59,7 +59,7 @@ WaylandCompositor {
// Enable the following to make the output target an actual screen,
// for example when running on eglfs in a multi-display embedded system.
- // targetScreen: Qt.application.screens[0]
+ // screen: Qt.application.screens[0]
}
}
@@ -77,7 +77,7 @@ WaylandCompositor {
// Enable the following to make the output target an actual screen,
// for example when running on eglfs in a multi-display embedded system.
- // targetScreen: Qt.application.screens[1]
+ // screen: Qt.application.screens[1]
}
}