summaryrefslogtreecommitdiff
path: root/src/corelib
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-10-04 15:55:39 +0200
committerJerome Pasion <jerome.pasion@nokia.com>2010-10-04 15:55:39 +0200
commit8540ceb8c98fa225394385b6147b662adb67b58c (patch)
treeb678c93e193a3ed9fb81f672038204d0eb23349e /src/corelib
parentb065a6838a9c54cb4bba6519695c657db5270ce4 (diff)
downloadqt4-tools-8540ceb8c98fa225394385b6147b662adb67b58c.tar.gz
Corrected doc about ASCII string.
Task-number: QTBUG-13414 Reviewed-by: David Boddie
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qstring.cpp b/src/corelib/tools/qstring.cpp
index 5be885b4fd..d1060d21cc 100644
--- a/src/corelib/tools/qstring.cpp
+++ b/src/corelib/tools/qstring.cpp
@@ -3891,7 +3891,7 @@ QString QString::fromLocal8Bit(const char *str, int size)
/*!
Returns a QString initialized with the first \a size characters
- of the 8-bit string \a str.
+ from the string \a str.
If \a size is -1 (default), it is taken to be qstrlen(\a
str).