summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-03-04 10:47:01 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-07 00:44:21 +0100
commita8c6708260544b8d801cf823c601f39c4f06bf74 (patch)
tree09c4d281290b3d3db3626a54a9c35d503c6644f9
parent3f5633bc254cdaea7edf1cf1951a7c4c1ba2a487 (diff)
Correct QLocale(const QString &) documentation.
Change-Id: I6430ff2636083204fa12437980626260f848e269 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-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 39257158a4..365033d84a 100644
--- a/src/corelib/tools/qlocale.cpp
+++ b/src/corelib/tools/qlocale.cpp
@@ -736,13 +736,13 @@ QLocale::QLocale(QLocalePrivate &dd)
The separator can be either underscore or a minus sign.
If the string violates the locale format, or language is not
- a valid ISO 369 code, the "C" locale is used instead. If country
+ a valid ISO 639 code, the "C" locale is used instead. If country
is not present, or is not a valid ISO 3166 code, the most
appropriate country is chosen for the specified language.
The language, script and country codes are converted to their respective
\c Language, \c Script and \c Country enums. After this conversion is
- performed the constructor behaves exactly like QLocale(Country, Script,
+ performed, the constructor behaves exactly like QLocale(Country, Script,
Language).
This constructor is much slower than QLocale(Country, Script, Language).