summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.h
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.h
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.h')
-rw-r--r--src/corelib/tools/qlocale.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.h b/src/corelib/tools/qlocale.h
index 40c7d7e..a733732 100644
--- a/src/corelib/tools/qlocale.h
+++ b/src/corelib/tools/qlocale.h
@@ -99,7 +99,7 @@ public:
WeekendStart, // Qt::DayOfWeek
WeekendEnd, // Qt::DayOfWeek
CurrencySymbol, // QString in: format
- FormatCurrency, // QString in: qlonglong, qulonglong or double
+ CurrencyToString, // QString in: qlonglong, qulonglong or double
UILanguages, // QStringList
QuotationBegin, // QString in: StandardQuotation or AlternateQuotation
QuotationEnd // QString in: StandardQuotation or AlternateQuotation