summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2011-02-02 12:23:40 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2011-02-06 19:25:21 (GMT)
commit4f29c5d5381a76f24e13628da3edc5b19c6b1cd2 (patch)
tree4860280a73ccd8cf6303b749de948034687c1cdb /src
parentfa9b8b6420b0805000435a0b312f47f990dab9a5 (diff)
downloadQt-4f29c5d5381a76f24e13628da3edc5b19c6b1cd2.zip
Qt-4f29c5d5381a76f24e13628da3edc5b19c6b1cd2.tar.gz
Qt-4f29c5d5381a76f24e13628da3edc5b19c6b1cd2.tar.bz2
Doc: Fix the docs saying what the locale codec is used for
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qstring.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index b96edb9..c1b8740 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -3868,8 +3868,7 @@ const char *QString::latin1_helper() const
If \a size is -1 (default), it is taken to be qstrlen(\a
str).
- QTextCodec::codecForLocale() is used to perform the conversion
- from Unicode.
+ QTextCodec::codecForLocale() is used to perform the conversion.
\sa toLocal8Bit(), fromAscii(), fromLatin1(), fromUtf8()
*/