summaryrefslogtreecommitdiffstats
path: root/examples/wayland/spanning-screens/main.qml
diff options
context:
space:
mode:
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]
}
}