summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqptrlist.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqptrlist.3qt')
-rw-r--r--doc/man/man3/tqptrlist.3qt4
1 files changed, 1 insertions, 3 deletions
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).