From 73c3f42c664b30324404390c455b72500cc3d7ec Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Mon, 16 Apr 2012 12:43:49 +1000 Subject: [PATCH] Be more explicit regarding the Locale object creation. Change-Id: I6096c5919415b51b44f6e502da48b07f6de4d623 Reviewed-by: Alan Alpert --- src/qml/qml/qqmllocale.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/qml/qml/qqmllocale.cpp b/src/qml/qml/qqmllocale.cpp index 4a4563c..f15565c 100644 --- a/src/qml/qml/qqmllocale.cpp +++ b/src/qml/qml/qqmllocale.cpp @@ -750,8 +750,8 @@ V8_DEFINE_EXTENSION(QV8LocaleDataDeletable, localeV8Data); \inqmlmodule QtQuick 2 \brief The Locale object provides locale specific properties and formatted data. - The Locale object is created via the \l{QML:Qt::locale()}{Qt.locale()} function. It cannot be created - directly. + The Locale object may only be created via the \l{QML:Qt::locale()}{Qt.locale()} function. + It cannot be created directly. The \l{QML:Qt::locale()}{Qt.locale()} function returns a JS Locale object representing the locale with the specified name, which has the format -- 1.7.2.5