summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-26 17:07:17 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:10:33 +0200
commit3e6a3095142fc656c052f6e18a113ea4b140ab09 (patch)
treebfa313f2eac72e7d185c5fa66e8742376ed1fb0b /examples/wayland/pure-qml
parentd2d70779224b067f6035f431319036054272ce65 (diff)
Remove followRequestedPosition from QWaylandQuickItem
since it is not needed anymore, and it is trivial to modify QWaylandQuickItem in qml to have this behavior as pure-qml's Chrome.qml shows Change-Id: I795881fde4ecf3e2ec877222e7283b1052b7c27a
Diffstat (limited to 'examples/wayland/pure-qml')
-rw-r--r--examples/wayland/pure-qml/qml/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wayland/pure-qml/qml/main.qml b/examples/wayland/pure-qml/qml/main.qml
index 121cb0d2a..30c7a63bf 100644
--- a/examples/wayland/pure-qml/qml/main.qml
+++ b/examples/wayland/pure-qml/qml/main.qml
@@ -62,7 +62,6 @@ WaylandCompositor {
onShellSurfaceCreated: {
var item = chromeComponent.createObject(primarySurfacesArea);
item.surface = surface;
- item.followRequestedPosition = true;
shellSurface.view = item.view;
}