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>
This commit is contained in:
Thorbjørn Martsum 2013-09-26 15:28:33 +02:00 committed by The Qt Project
parent 9ff81bdc1a
commit a94e932945

View File

@ -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.)