summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/animated-windows/system-ui
diff options
context:
space:
mode:
authorBernd Weimer <bernd.weimer@qt.io>2022-03-22 16:50:08 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2022-03-22 23:22:28 +0000
commit9815214953b9b787dc847bef626dba71c85fb8fa (patch)
tree9b419b518d8d2f872fdf1b0a370da636627c890c /examples/applicationmanager/animated-windows/system-ui
parent98ff299bc9482cb8d67b6d5e9e13c0c8d7103311 (diff)
Migrate examples from 6.2 to 6.3
Change-Id: I82424fe66172851f3652ca6acbb4f4d6694a71c2 Reviewed-by: Robert Griebl <robert.griebl@qt.io> (cherry picked from commit c6448d7661eb165fa9284d67161faf4918f7bc60) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/applicationmanager/animated-windows/system-ui')
-rw-r--r--examples/applicationmanager/animated-windows/system-ui/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/applicationmanager/animated-windows/system-ui/main.qml b/examples/applicationmanager/animated-windows/system-ui/main.qml
index 9b4aa6e8..f1807d98 100644
--- a/examples/applicationmanager/animated-windows/system-ui/main.qml
+++ b/examples/applicationmanager/animated-windows/system-ui/main.qml
@@ -114,7 +114,7 @@ Rectangle {
// Title bar text
Text {
anchors.horizontalCenter: parent.horizontalCenter
- text: model.window.application.name("en") + " application window"
+ text: model.window.application.names["en"] + " application window"
}
// Raises the window when the title bar is clicked and moves it around when dragged.