summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-11-22 18:42:25 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-11-22 18:42:25 (GMT)
commitbe99e778d361068e81936773def14c731553991f (patch)
tree626a6afbd55fc9726a38f8a949808d86c7952246 /src/corelib/tools
parentd99d8953d2c45ca3ad05fea35ac71407237ab59d (diff)
downloadQt-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.cpp2
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.