aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/doc/src/qtquickcontrols2-fileselectors.qdoc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-05-10 08:45:20 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-05-10 11:30:49 +0000
commit8942a9ed8d2cdcd628cb08ce9006fd3e155ff0e7 (patch)
tree81e67b69316e20836b995911d8cf4c38aaf6d5a2 /src/imports/controls/doc/src/qtquickcontrols2-fileselectors.qdoc
parent4cf39df949c3a1e136ac8832be9d4608733e45f2 (diff)
Use a lowercase style name as a built-in file selector
Be consistent with lowercase platform name, and match with the examples in the docs. Change-Id: I33dcc65e720b80f61277efe0aa13caecda6714c4 Task-number: QTBUG-53203 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io> Reviewed-by: Liang Qi <liang.qi@qt.io> Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>
Diffstat (limited to 'src/imports/controls/doc/src/qtquickcontrols2-fileselectors.qdoc')
-rw-r--r--src/imports/controls/doc/src/qtquickcontrols2-fileselectors.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/controls/doc/src/qtquickcontrols2-fileselectors.qdoc b/src/imports/controls/doc/src/qtquickcontrols2-fileselectors.qdoc
index 03b1c987..86df60c7 100644
--- a/src/imports/controls/doc/src/qtquickcontrols2-fileselectors.qdoc
+++ b/src/imports/controls/doc/src/qtquickcontrols2-fileselectors.qdoc
@@ -32,7 +32,7 @@
\l {QFileSelector}{File selectors} provide a convenient way of selecting
file variants. Qt offers the platform name and the locale as built-in
selectors. Qt Quick Controls 2 extends the built-in selectors with the name
- of the style that an application is running with.
+ (lowercase) of the style that an application is running with.
By using file selectors, style-specific tweaks can be applied without
creating a hard dependency to a style. From the available file variants,