summaryrefslogtreecommitdiffstats
path: root/doc/man/man3
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-07-06 17:00:23 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-07-07 10:28:19 +0900
commitbfd62a0bbfd44ce5f7530fc7bb624dd911f9033a (patch)
treef34d57c9879101d3f64f6044d66b0e762622d57d /doc/man/man3
parenta8466ab3bb55c8c1717ca8f3bcc7cf5b225a43aa (diff)
downloadtqt3-bfd62a0bbfd44ce5f7530fc7bb624dd911f9033a.tar.gz
tqt3-bfd62a0bbfd44ce5f7530fc7bb624dd911f9033a.zip
Drop Qt2's TQSemiModal and TQSortedList classes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3')
-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).