From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qmemarray.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qmemarray.html') diff --git a/doc/html/qmemarray.html b/doc/html/qmemarray.html index 4fcdc305e..af9f73222 100644 --- a/doc/html/qmemarray.html +++ b/doc/html/qmemarray.html @@ -108,7 +108,7 @@ to the contained items. reference count. If more than one array shares common data and one of the arrays is modified, all the arrays are modified.

The benefit of sharing is that a program does not need to duplicate -data when it is not retquired, which results in lower memory use +data when it is not required, which results in lower memory use and less copying of data.

An alternative to TQMemArray is TQValueVector. The TQValueVector class also provides an array of objects, but can deal with objects that @@ -193,7 +193,7 @@ be resized with resize() and filled using

Search for values in the array with find() and contains(). For sorted arrays (see sort()) you can search using bsearch().

You can set the data directly using setRawData() and -resetRawData(), although this retquires care. +resetRawData(), although this requires care.

See also Shared Classes and Non-GUI Classes.


Member Type Documentation

-- cgit v1.2.3