aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-06-05 13:31:53 +0200
committerMitch Curtis <mitch.curtis@qt.io>2020-06-08 15:44:27 +0200
commit31fbd97b0e39e14f79d0d7be6fd277ebd6a2fa7a (patch)
treef5dcaf269f0e8f7e90b291b37b255f52dff99e94 /examples
parented1ec14b6aca705bfd4e08a8a846bf8d940edeb2 (diff)
ApplicationWindow: remove deprecated overlay API
[ChangeLog][Controls][ApplicationWindow] The deprecated overlay properties and attached API were removed. Use the Overlay attached type instead. Task-number: QTBUG-84715 Change-Id: I0781ea55ea502ffe5277385e82492291724d2090 Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/quickcontrols2/sidepanel/sidepanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/sidepanel/sidepanel.qml b/examples/quickcontrols2/sidepanel/sidepanel.qml
index a0c69fb2..7f207e2f 100644
--- a/examples/quickcontrols2/sidepanel/sidepanel.qml
+++ b/examples/quickcontrols2/sidepanel/sidepanel.qml
@@ -68,7 +68,7 @@ ApplicationWindow {
z: 1
width: parent.width
- parent: window.overlay
+ parent: Overlay.overlay
Label {
id: label