From a94e9329450be060256e5040c095c6175d5ec19e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorbj=C3=B8rn=20Martsum?= Date: Thu, 26 Sep 2013 15:28:33 +0200 Subject: QVarLengthArray - doc fix. QVarLengthArray actually does support iterators. It was added in Qt 4.8. Change-Id: I9f714a09eab1d2e5dc023bd701ab7c743b078ec0 Reviewed-by: Olivier Goffart Reviewed-by: Giuseppe D'Angelo --- src/corelib/tools/qvarlengtharray.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/tools') 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.) -- cgit v1.2.3