summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.cpp
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@nokia.com>2010-10-13 11:12:34 (GMT)
committerJerome Pasion <jerome.pasion@nokia.com>2010-10-13 11:12:34 (GMT)
commit1c86defda1d9cd3577898ec5f63c4d9bd250564b (patch)
treedf8a76ba515770dc50b5f4ff81d003e985cc835d /src/corelib/tools/qlist.cpp
parentad757b9407506808393511d1baf8381a57aac4ab (diff)
downloadQt-1c86defda1d9cd3577898ec5f63c4d9bd250564b.zip
Qt-1c86defda1d9cd3577898ec5f63c4d9bd250564b.tar.gz
Qt-1c86defda1d9cd3577898ec5f63c4d9bd250564b.tar.bz2
Fixed statement about const_iterator and some whitespace fixes.
Task-number: QTBUG-14252 Reviewed-by: David Boddie
Diffstat (limited to 'src/corelib/tools/qlist.cpp')
-rw-r--r--src/corelib/tools/qlist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlist.cpp b/src/corelib/tools/qlist.cpp
index 6cc6fc1..9ba3768 100644
--- a/src/corelib/tools/qlist.cpp
+++ b/src/corelib/tools/qlist.cpp
@@ -936,7 +936,7 @@ void **QListData::erase(void **xi)
This function requires the value type to have an implementation of
\c operator==().
- Note that QList uses 0-based indexes, just like C++ arrays. Negative
+ Note that QList uses 0-based indexes, just like C++ arrays. Negative
indexes are not supported with the exception of the value mentioned
above.