summaryrefslogtreecommitdiffstats
path: root/examples/wayland/pure-qml
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/pure-qml
parent12058b161e5f0d6f76523dc831acc8bdbc027fec (diff)
parentbacb3cdd83fd5c3112c5120130881ac3faa421fe (diff)
Merge remote-tracking branch 'origin/dev' into wip/cmake
Diffstat (limited to 'examples/wayland/pure-qml')
-rw-r--r--examples/wayland/pure-qml/qml/Chrome.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/wayland/pure-qml/qml/Chrome.qml b/examples/wayland/pure-qml/qml/Chrome.qml
index a63ee705c..6e3270961 100644
--- a/examples/wayland/pure-qml/qml/Chrome.qml
+++ b/examples/wayland/pure-qml/qml/Chrome.qml
@@ -58,9 +58,6 @@ ShellSurfaceItem {
signal destroyAnimationFinished
- // If the client asks to show popups on this surface, automatically create child ShellSurfaceItems
- autoCreatePopupItems: true
-
onSurfaceDestroyed: {
bufferLocked = true;
destroyAnimation.start();