diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-03 15:27:03 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2009-06-03 15:27:18 (GMT) |
commit | 43de28ba040bea21e2aee5b13be1351127503336 (patch) | |
tree | 0c1bee1e59344985b1f9d4dd9558be44d9043929 | |
parent | 9d42ae152f660cfacad104060741b17b96269cd2 (diff) | |
download | Qt-43de28ba040bea21e2aee5b13be1351127503336.zip Qt-43de28ba040bea21e2aee5b13be1351127503336.tar.gz Qt-43de28ba040bea21e2aee5b13be1351127503336.tar.bz2 |
Doc fix: moved the cldr version outside of the double-to-string license header
-rw-r--r-- | src/corelib/tools/qlocale.cpp | 4 |
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() */ |