diff options
author | David Boddie <david.boddie@nokia.com> | 2010-11-22 18:42:25 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2010-11-22 18:42:25 (GMT) |
commit | be99e778d361068e81936773def14c731553991f (patch) | |
tree | 626a6afbd55fc9726a38f8a949808d86c7952246 /src/corelib/tools | |
parent | d99d8953d2c45ca3ad05fea35ac71407237ab59d (diff) | |
download | Qt-be99e778d361068e81936773def14c731553991f.zip Qt-be99e778d361068e81936773def14c731553991f.tar.gz Qt-be99e778d361068e81936773def14c731553991f.tar.bz2 |
Doc: Removed incorrect statement about the C locale.
Task-number: QTBUG-15488
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qlocale.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp index d152682..be1dc08 100644 --- a/src/corelib/tools/qlocale.cpp +++ b/src/corelib/tools/qlocale.cpp @@ -1576,8 +1576,6 @@ QDataStream &operator>>(QDataStream &ds, QLocale &l) defaults to the default locale (see setDefault()). \endlist - 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. |