summaryrefslogtreecommitdiffstats
path: root/examples/wayland/multi-output/qml
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-09-29 12:52:58 +0200
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-09-29 11:55:49 +0000
commit67e6e08d09640792e217a30d26ba964604aba7e2 (patch)
tree443c01fb2855563918da608eecc4a397f94f2319 /examples/wayland/multi-output/qml
parent22916e25e91d901c98e45f993afc7e203686d248 (diff)
Disable flicking in the example
Change-Id: I767239fa6dee8b2132192a1e694eca954b264584 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Diffstat (limited to 'examples/wayland/multi-output/qml')
-rw-r--r--examples/wayland/multi-output/qml/GridScreen.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wayland/multi-output/qml/GridScreen.qml b/examples/wayland/multi-output/qml/GridScreen.qml
index e72937316..e15aec59d 100644
--- a/examples/wayland/multi-output/qml/GridScreen.qml
+++ b/examples/wayland/multi-output/qml/GridScreen.qml
@@ -63,6 +63,7 @@ WaylandOutput {
model: ListModel {
id: listModel
}
+ interactive: false
cellWidth: 200
cellHeight: 200
delegate: WaylandQuickItem {