diff options
author | Johan Klokkhammer Helsing <johan.helsing@qt.io> | 2016-07-06 09:34:33 +0200 |
---|---|---|
committer | Johan Helsing <johan.helsing@qt.io> | 2016-07-11 09:47:18 +0000 |
commit | acc585d0c96665b2efab0d622250ed209155d534 (patch) | |
tree | 44374bb0d0bc13605e96b459df5aba6d7450065d /examples/wayland/pure-qml/qml | |
parent | 28bee1e6b4bec3e9ea952de132530e9409463684 (diff) | |
download | qtwayland-acc585d0c96665b2efab0d622250ed209155d534.tar.gz |
Rename enableWSCursor to windowSystemCursorEnabled
What WS stood for may not have been obvious.
Change-Id: Ib2a3f566e4e49d8be0c14c4937e7356b51718e44
Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'examples/wayland/pure-qml/qml')
-rw-r--r-- | examples/wayland/pure-qml/qml/Screen.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/Screen.qml b/examples/wayland/pure-qml/qml/Screen.qml index 2043fa8b..59eeee75 100644 --- a/examples/wayland/pure-qml/qml/Screen.qml +++ b/examples/wayland/pure-qml/qml/Screen.qml @@ -58,7 +58,7 @@ WaylandOutput { id: mouseTracker anchors.fill: parent - enableWSCursor: true + windowSystemCursorEnabled: true Image { id: background anchors.fill: parent |