summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.qdoc
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@nokia.com>2011-03-21 08:26:27 (GMT)
committerZeno Albisser <zeno.albisser@nokia.com>2011-03-21 08:26:27 (GMT)
commit209201b7047c605405a83e9c104f8c81f9195feb (patch)
tree3e2768430364eaee879a3a134579003e781bc7e4 /src/corelib/tools/qlocale.qdoc
parent08d5655d4ac291f97d164c96ecfe0a0d7e4ba654 (diff)
downloadQt-209201b7047c605405a83e9c104f8c81f9195feb.zip
Qt-209201b7047c605405a83e9c104f8c81f9195feb.tar.gz
Qt-209201b7047c605405a83e9c104f8c81f9195feb.tar.bz2
replaced weekendStart and weekendEnd with weekdays function
Reviewed-by: Denis Dzyubenko Task-number: QTBUG-17088
Diffstat (limited to 'src/corelib/tools/qlocale.qdoc')
-rw-r--r--src/corelib/tools/qlocale.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale.qdoc b/src/corelib/tools/qlocale.qdoc
index 253edb3..ea5ec33 100644
--- a/src/corelib/tools/qlocale.qdoc
+++ b/src/corelib/tools/qlocale.qdoc
@@ -762,8 +762,7 @@
\value UILanguages a list of strings representing locale names that could be used for UI translation.
\value StringToStandardQuotation a QString containing a quoted version of the string ref stored in the in variant using standard quotes.
\value StringToAlternateQuotation a QString containing a quoted version of the string ref stored in the in variant using alternate quotes.
- \value WeekendStart a Qt::DayOfWeek enum specifying the first day of the weekend
- \value WeekendEnd a Qt::DayOfWeek enum specifying the last day of the weekend
+ \value Weekdays a QList<Qt::DayOfWeek> specifying the regular weekdays
*/
/*!