aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-06-25 10:16:26 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-06-25 10:16:26 +0000
commit8597f74e520c18e0ac1c7a90e02a3b5ba33d4753 (patch)
tree8ec478d8726deddb0b9891dbeecc92850c5e6999 /src/qml/qml/qqmllocale.cpp
parent0b0ff6e8cdb5d59983ae44a1d475eee11dd531c4 (diff)
parentfbf6f7400a5b5ae10267171e201391ce1ff8eb96 (diff)
Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging/dev
Diffstat (limited to 'src/qml/qml/qqmllocale.cpp')
-rw-r--r--src/qml/qml/qqmllocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmllocale.cpp b/src/qml/qml/qqmllocale.cpp
index cdca4f794c..42c72e0447 100644
--- a/src/qml/qml/qqmllocale.cpp
+++ b/src/qml/qml/qqmllocale.cpp
@@ -715,7 +715,7 @@ V4_DEFINE_EXTENSION(QV4LocaleDataDeletable, localeV4Data);
\qmltype Locale
\instantiates QQmlLocale
\inqmlmodule QtQml
- \brief Provides locale specific properties and formatted data
+ \brief Provides locale specific properties and formatted data.
The Locale object may only be created via the \l{QtQml::Qt::locale()}{Qt.locale()} function.
It cannot be created directly.