From e6842fae32939071b37cf2a470ea005261a194fc Mon Sep 17 00:00:00 2001 From: Paul Olav Tvete Date: Thu, 2 Jul 2020 09:58:52 +0200 Subject: Remove last redundant autoCreatePopupItems Task-number: QTBUG-75409 Change-Id: If3add1688b19a0c264026ad0acba8c6f30df38e9 Reviewed-by: Eskil Abrahamsen Blomfeldt --- examples/wayland/texture-sharing/minimal-compositor.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/wayland') 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) } -- cgit v1.2.3