summaryrefslogtreecommitdiffstats
path: root/examples/wayland/server-side-decoration
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-26 10:15:35 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-26 10:15:35 +0100
commitb77269ff500e184237d523496e17639c94009ac8 (patch)
tree43e51355eaa03f0185ef82826fa0436821674426 /examples/wayland/server-side-decoration
parent12058b161e5f0d6f76523dc831acc8bdbc027fec (diff)
parentbacb3cdd83fd5c3112c5120130881ac3faa421fe (diff)
Merge remote-tracking branch 'origin/dev' into wip/cmake
Diffstat (limited to 'examples/wayland/server-side-decoration')
-rw-r--r--examples/wayland/server-side-decoration/main.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/wayland/server-side-decoration/main.qml b/examples/wayland/server-side-decoration/main.qml
index 5847ce411..4639ddcfd 100644
--- a/examples/wayland/server-side-decoration/main.qml
+++ b/examples/wayland/server-side-decoration/main.qml
@@ -96,7 +96,6 @@ WaylandCompositor {
ShellSurfaceItem {
id: shellSurfaceItem
moveItem: parent
- autoCreatePopupItems: true
shellSurface: modelData
onSurfaceDestroyed: shellSurfaces.remove(index)
}