summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.qdoc
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-02-25 12:39:14 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2011-02-25 12:39:14 (GMT)
commit4b09e9cbfce4df05f187e6f399738219d3f2853e (patch)
treee9686c0e17b1beff3680063f25ce9aefbacbde70 /src/corelib/tools/qlocale.qdoc
parentc4b61c27ad0e0af16f0bbf91e965646c82394584 (diff)
downloadQt-4b09e9cbfce4df05f187e6f399738219d3f2853e.zip
Qt-4b09e9cbfce4df05f187e6f399738219d3f2853e.tar.gz
Qt-4b09e9cbfce4df05f187e6f399738219d3f2853e.tar.bz2
Improved QLocale api
Renames FormatCurrency enum value to CurrencyToString to match other enums. Task-number: related to QTBUG-17100 Reviewed-by: trustme
Diffstat (limited to 'src/corelib/tools/qlocale.qdoc')
-rw-r--r--src/corelib/tools/qlocale.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.qdoc b/src/corelib/tools/qlocale.qdoc
index 8c036c3..5154324 100644
--- a/src/corelib/tools/qlocale.qdoc
+++ b/src/corelib/tools/qlocale.qdoc
@@ -708,7 +708,7 @@
\value PMText a string that represents the system PM designator associated with a 12-hour clock.
\value FirstDayOfWeek a Qt::DayOfWeek enum specifiying the first day of the week
\value CurrencySymbol a string that represents a currency in a format QLocale::CurrencyFormat.
- \value FormatCurrency a localized string representation of a number with a currency symbol.
+ \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