aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/imagine/automotive/qml/automotive.qml
diff options
context:
space:
mode:
authorVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-11-13 13:30:10 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2020-11-17 09:30:18 +0000
commitd220b4a8d017ef8b49089977cdb933e550c9051a (patch)
treec575b9321866f6e24dbd7143b9ba094a78922afd /examples/quickcontrols2/imagine/automotive/qml/automotive.qml
parentca74710e1fc30c3e2bb07742a724bd2932d52504 (diff)
Example: Drop "2" against "Qt Quick Controls" text
This should ensure that the examples give the same message as the documentation. In addition, dropped a phrase about Qt Quick Controls claiming that it is designed for mobile and embedded. The latest version of controls covers the entire spectrum. Change-Id: Ia856fa47a6e6fc35f80bedc549378a00c7fbbc2a Pick-to: 5.15 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/quickcontrols2/imagine/automotive/qml/automotive.qml')
-rw-r--r--examples/quickcontrols2/imagine/automotive/qml/automotive.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/imagine/automotive/qml/automotive.qml b/examples/quickcontrols2/imagine/automotive/qml/automotive.qml
index 88a7ba5f42..ebf1a4454d 100644
--- a/examples/quickcontrols2/imagine/automotive/qml/automotive.qml
+++ b/examples/quickcontrols2/imagine/automotive/qml/automotive.qml
@@ -61,7 +61,7 @@ ApplicationWindow {
minimumWidth: 1180
minimumHeight: 663
visible: true
- title: "Qt Quick Controls 2 - Imagine Style Example: Automotive"
+ title: "Qt Quick Controls - Imagine Style Example: Automotive"
readonly property color colorGlow: "#1d6d64"
readonly property color colorWarning: "#d5232f"