summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorThorbjørn Martsum <tmartsum@gmail.com>2013-09-26 15:28:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-27 16:40:14 +0200
commita94e9329450be060256e5040c095c6175d5ec19e (patch)
tree82d373e86f3b5d0bd93af2d7a82e496118cd95df /src/corelib
parent9ff81bdc1ab4e3d14914192cd63ae625a507fe90 (diff)
QVarLengthArray - doc fix.
QVarLengthArray actually does support iterators. It was added in Qt 4.8. Change-Id: I9f714a09eab1d2e5dc023bd701ab7c743b078ec0 Reviewed-by: Olivier Goffart <ogoffart@woboq.com> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/qvarlengtharray.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qvarlengtharray.qdoc b/src/corelib/tools/qvarlengtharray.qdoc
index 93aa5e993e..4452bcf1cd 100644
--- a/src/corelib/tools/qvarlengtharray.qdoc
+++ b/src/corelib/tools/qvarlengtharray.qdoc
@@ -70,8 +70,8 @@
structure. The main differences between the two classes are:
\list
- \li QVarLengthArray's API is much more low-level. It provides no
- iterators and lacks much of QVector's functionality.
+ \li QVarLengthArray's API is much more low-level and it lacks
+ some of QVector's functionality.
\li QVarLengthArray doesn't initialize the memory if the value is
a basic type. (QVector always does.)