summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.qdoc
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@nokia.com>2011-02-25 14:42:51 (GMT)
committerZeno Albisser <zeno.albisser@nokia.com>2011-02-25 15:05:50 (GMT)
commit08868df5e94a5b89d9f8ce904e97b43a48313fc1 (patch)
treee698bd1615ceab3456a17224161fa9965c9c2392 /src/corelib/tools/qlocale.qdoc
parent4b09e9cbfce4df05f187e6f399738219d3f2853e (diff)
downloadQt-08868df5e94a5b89d9f8ce904e97b43a48313fc1.zip
Qt-08868df5e94a5b89d9f8ce904e97b43a48313fc1.tar.gz
Qt-08868df5e94a5b89d9f8ce904e97b43a48313fc1.tar.bz2
fixed QLocale::quoteString() to allow for QSystemLocale implementation
Reviewed-by: Denis Dzyubenko Task-number: QTBUG-17096
Diffstat (limited to 'src/corelib/tools/qlocale.qdoc')
-rw-r--r--src/corelib/tools/qlocale.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale.qdoc b/src/corelib/tools/qlocale.qdoc
index 5154324..20f546d 100644
--- a/src/corelib/tools/qlocale.qdoc
+++ b/src/corelib/tools/qlocale.qdoc
@@ -710,8 +710,8 @@
\value CurrencySymbol a string that represents a currency in a format QLocale::CurrencyFormat.
\value CurrencyToString a localized string representation of a number with a currency symbol.
\value UILanguages a list of strings representing locale names that could be used for UI translation.
- \value QuotationBegin a QString specifying the start of a quotation. the in variant contains a QLocale::QuotationStyle
- \value QuotationEnd a QString specifying the end of a quotation. the in variant contains a QLocale::QuotationStyle
+ \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
*/