diff options
author | Nils Christian Roscher-Nielsen <nils.christian@trolltech.com> | 2009-05-19 11:27:59 (GMT) |
---|---|---|
committer | Nils Christian Roscher-Nielsen <nils.christian@trolltech.com> | 2009-05-19 11:27:59 (GMT) |
commit | 3fe79f2524b7d37ddbc93edbbd0530a7499b5450 (patch) | |
tree | 7a0616a1c5c8459becb3ba933508d546b088dc1b /src | |
parent | 8413073fe3946ed37f6424f179898af63767f060 (diff) | |
download | Qt-3fe79f2524b7d37ddbc93edbbd0530a7499b5450.zip Qt-3fe79f2524b7d37ddbc93edbbd0530a7499b5450.tar.gz Qt-3fe79f2524b7d37ddbc93edbbd0530a7499b5450.tar.bz2 |
Clarifying what QLocale::C is and is not
Reviewed-by: David Boddie
Diffstat (limited to 'src')
-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 559ba81..ab26945 100644 --- a/src/corelib/tools/qlocale.cpp +++ b/src/corelib/tools/qlocale.cpp @@ -1589,7 +1589,7 @@ QDataStream &operator>>(QDataStream &ds, QLocale &l) defaults to the default locale (see setDefault()). \endlist - The "C" locale is identical to \l{English}/\l{UnitedStates}. + The "C" locale is identical in behavior to \l{English}/\l{UnitedStates}. Use language() and country() to determine the actual language and country values used. @@ -1632,7 +1632,7 @@ QDataStream &operator>>(QDataStream &ds, QLocale &l) This enumerated type is used to specify a language. - \value C The "C" locale is English/UnitedStates. + \value C The "C" locale is identical in behavior to English/UnitedStates. \value Abkhazian \value Afan \value Afar |