summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-06-03 15:27:03 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2009-06-03 15:27:18 (GMT)
commit43de28ba040bea21e2aee5b13be1351127503336 (patch)
tree0c1bee1e59344985b1f9d4dd9558be44d9043929 /src/corelib/tools/qlocale.cpp
parent9d42ae152f660cfacad104060741b17b96269cd2 (diff)
downloadQt-43de28ba040bea21e2aee5b13be1351127503336.zip
Qt-43de28ba040bea21e2aee5b13be1351127503336.tar.gz
Qt-43de28ba040bea21e2aee5b13be1351127503336.tar.bz2
Doc fix: moved the cldr version outside of the double-to-string license header
Diffstat (limited to 'src/corelib/tools/qlocale.cpp')
-rw-r--r--src/corelib/tools/qlocale.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp
index 4c2f59a..8c740bd 100644
--- a/src/corelib/tools/qlocale.cpp
+++ b/src/corelib/tools/qlocale.cpp
@@ -1601,6 +1601,8 @@ QDataStream &operator>>(QDataStream &ds, QLocale &l)
This constructor converts the locale name to a language/country
pair; it does not use the system locale database.
+ QLocale's data is based on Common Locale Data Repository v1.6.1.
+
The double-to-string and string-to-double conversion functions are
covered by the following licenses:
@@ -1621,8 +1623,6 @@ QDataStream &operator>>(QDataStream &ds, QLocale &l)
This product includes software developed by the University of
California, Berkeley and its contributors.
- QLocale's data is based on Common Locale Data Repository v1.6.1.
-
\sa QString::arg(), QString::toInt(), QString::toDouble()
*/