From bfd62a0bbfd44ce5f7530fc7bb624dd911f9033a Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jul 2023 17:00:23 +0900 Subject: Drop Qt2's TQSemiModal and TQSortedList classes Signed-off-by: Michele Calgaro --- doc/man/man3/tqptrlist.3qt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'doc/man/man3/tqptrlist.3qt') diff --git a/doc/man/man3/tqptrlist.3qt b/doc/man/man3/tqptrlist.3qt index 8546949f6..8d5b379df 100644 --- a/doc/man/man3/tqptrlist.3qt +++ b/doc/man/man3/tqptrlist.3qt @@ -13,7 +13,7 @@ QPtrList \- Template class that provides a list .PP Inherits QPtrCollection. .PP -Inherited by QObjectList, QSortedList, and QStrList. +Inherited by QObjectList and QStrList. .PP .SS "Public Members" .in +1c @@ -641,8 +641,6 @@ Sorts the list by the result of the virtual compareItems() function. .PP The heap sort algorithm is used for sorting. It sorts n items with O(n*log n) comparisons. This is the asymptotic optimal solution of the sorting problem. .PP -If the items in your list support operator<() and operator==(), you might be better off with QSortedList because it implements the compareItems() function for you using these two operators. -.PP See also inSort(). .SH "type * QPtrList::take ( uint index )" Takes the item at position \fIindex\fR out of the list without deleting it (even if auto-deletion is enabled). -- cgit v1.2.1