aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmllocale.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2013-09-24 16:58:35 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-27 12:31:01 +0200
commit1ef957834bf9040ccd001fa6d80e483b9b21452c (patch)
tree7a3d8b4f14c071152e818089c4c7cf127ec61e5e /src/qml/qml/qqmllocale.cpp
parent6ce4772473fd3695e8320c06e90061d58233d52c (diff)
Doc: Updated imports, \qmlmodule, and \inqmlmodule versions in src/qml.
-QDoc ignores the version in \inqmlmodule so its better to remove them to avoid confusion. -Qt QML import version is 2.2 for 5.2 release -Qt Quick import version is 2.2 for 5.2 release Task-number: QTBUG-32172 Change-Id: I15df270f1fb4df0476a9ddd854fb9ddf58e9fc7c Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
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 db949467d1..7610b6a9d9 100644
--- a/src/qml/qml/qqmllocale.cpp
+++ b/src/qml/qml/qqmllocale.cpp
@@ -732,7 +732,7 @@ V8_DEFINE_EXTENSION(QV8LocaleDataDeletable, localeV8Data);
/*!
\qmltype Locale
\instantiates QQmlLocale
- \inqmlmodule QtQml 2
+ \inqmlmodule QtQml
\brief Provides locale specific properties and formatted data
The Locale object may only be created via the \l{QtQml2::Qt::locale()}{Qt.locale()} function.