summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2020-07-02 09:58:52 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2020-07-02 10:22:08 +0200
commite6842fae32939071b37cf2a470ea005261a194fc (patch)
tree0e382e07086f15628d4d244c72b780792a4b0ada
parentd1e170998940298e07c076df31c6b6c074dc2168 (diff)
Remove last redundant autoCreatePopupItems
Task-number: QTBUG-75409 Change-Id: If3add1688b19a0c264026ad0acba8c6f30df38e9 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
-rw-r--r--examples/wayland/texture-sharing/minimal-compositor.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wayland/texture-sharing/minimal-compositor.qml b/examples/wayland/texture-sharing/minimal-compositor.qml
index 3f714dc58..226da429e 100644
--- a/examples/wayland/texture-sharing/minimal-compositor.qml
+++ b/examples/wayland/texture-sharing/minimal-compositor.qml
@@ -65,7 +65,6 @@ WaylandCompositor {
Repeater {
model: shellSurfaces
ShellSurfaceItem {
- autoCreatePopupItems: true
shellSurface: modelData
onSurfaceDestroyed: shellSurfaces.remove(index)
}