summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.qdoc
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-03-24 16:15:27 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-03-24 16:15:52 (GMT)
commit7e50de65d564d69d28a73fee3c65dd0a92bf3f53 (patch)
treeb5073e716b41c1d73cd90d0710665361b9159879 /src/corelib/tools/qlocale.qdoc
parentfe0e71ae0bc13464ecbcc39b6db9300fc6200779 (diff)
downloadQt-7e50de65d564d69d28a73fee3c65dd0a92bf3f53.zip
Qt-7e50de65d564d69d28a73fee3c65dd0a92bf3f53.tar.gz
Qt-7e50de65d564d69d28a73fee3c65dd0a92bf3f53.tar.bz2
Fixed documentation for QLocale
Reviewed-by: trustme
Diffstat (limited to 'src/corelib/tools/qlocale.qdoc')
-rw-r--r--src/corelib/tools/qlocale.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qlocale.qdoc b/src/corelib/tools/qlocale.qdoc
index ea5ec33..f6b1d27 100644
--- a/src/corelib/tools/qlocale.qdoc
+++ b/src/corelib/tools/qlocale.qdoc
@@ -763,6 +763,8 @@
\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 Weekdays a QList<Qt::DayOfWeek> specifying the regular weekdays
+ \value LocaleChanged this type is queried whenever the system locale is changed.
+ \value ListToSeparatedString a string that represents a join of a given QStringList with a locale-defined separator.
*/
/*!