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:
parent
9ff81bdc1a
commit
a94e932945
@ -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.)
|
||||
|
Loading…
Reference in New Issue
Block a user