aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-01-20 09:24:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-01-20 09:13:38 +0100
commit126ada14b21f62d9349756cc6a3ef835d40a3e7d (patch)
tree9ebb6ed483e1ee630a413eb6142b1a48682fbfee /src
parent16e823580b4ed14000d1f75ac2da16c432a8986f (diff)
Doc: Improve Qt.locale docs.
Change-Id: I3ef5c4a0bedbaa346b001852bba8e9ff9347e9e0 Reviewed-by: Andrew den Exter <andrew.den-exter@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativelocale.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativelocale.cpp b/src/declarative/qml/qdeclarativelocale.cpp
index 88259c5dbf..44e47058c6 100644
--- a/src/declarative/qml/qdeclarativelocale.cpp
+++ b/src/declarative/qml/qdeclarativelocale.cpp
@@ -990,9 +990,9 @@ v8::Handle<v8::Value> QDeclarativeLocale::locale(QV8Engine *v8engine, const QStr
*/
/*!
- \qmlproperty Array<int> QtQuick2::Locale::weekdays
+ \qmlproperty Array<int> QtQuick2::Locale::weekDays
- Holds an array of days that are considered weekdays according to the current locale,
+ Holds an array of days that are considered week days according to the current locale,
where Sunday is 0 and Saturday is 6.
\sa firstDayOfWeek