diff options
author | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2017-02-08 16:40:47 +0100 |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@qt.io> | 2017-02-11 15:51:21 +0000 |
commit | e9fb11653a504b86478ef8f4513a6c23045a4fa2 (patch) | |
tree | 983da1589e177ef9ab47bad7248bdedc6eb0b6c0 /examples/wayland/multi-screen/qml/main.qml | |
parent | ee58fc0edc94d18c2ab6d30f1836b23606ab2195 (diff) | |
download | qtwayland-e9fb11653a504b86478ef8f4513a6c23045a4fa2.tar.gz |
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/multi-screen/qml/main.qml')
-rw-r--r-- | examples/wayland/multi-screen/qml/main.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/multi-screen/qml/main.qml b/examples/wayland/multi-screen/qml/main.qml index 25961c69..9eaf6ffb 100644 --- a/examples/wayland/multi-screen/qml/main.qml +++ b/examples/wayland/multi-screen/qml/main.qml @@ -65,7 +65,7 @@ WaylandCompositor { surfaceArea.color: "lightsteelblue" text: name compositor: comp - targetScreen: modelData + screen: modelData Component.onCompleted: if (!comp.defaultOutput) comp.defaultOutput = this position: Qt.point(virtualX, virtualY) windowed: emulated |