diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-13 11:25:02 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2010-08-13 11:25:02 (GMT) |
commit | 67a64e4c00fcbcc69d65d17ca5d62b82c9aa3cce (patch) | |
tree | b5d58d12154116614362768fb2d567c39a411394 /src/corelib/tools | |
parent | 167b63d2250e7923d7b660076a80e82af07d9cdb (diff) | |
parent | 54a00f6992e20e7fdb8dd69f2b53e08bf7106be3 (diff) | |
download | Qt-67a64e4c00fcbcc69d65d17ca5d62b82c9aa3cce.zip Qt-67a64e4c00fcbcc69d65d17ca5d62b82c9aa3cce.tar.gz Qt-67a64e4c00fcbcc69d65d17ca5d62b82c9aa3cce.tar.bz2 |
Merge commit 'remotes/staging/os1-4.7' into 4.7
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp index 2fd9a0b..45d6d89 100644 --- a/src/corelib/tools/qstring.cpp +++ b/src/corelib/tools/qstring.cpp @@ -3678,7 +3678,7 @@ QByteArray QString::toUtf8() const Returns a UCS-4/UTF-32 representation of the string as a QVector<uint>. UCS-4 is a Unicode codec and is lossless. All characters from this string - can be encoded in UCS-4. + can be encoded in UCS-4. The vector is not null terminated. \sa fromUtf8(), toAscii(), toLatin1(), toLocal8Bit(), QTextCodec, fromUcs4(), toWCharArray() */ |