summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqvaluelistiterator.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqvaluelistiterator.3qt')
-rw-r--r--doc/man/man3/tqvaluelistiterator.3qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqvaluelistiterator.3qt b/doc/man/man3/tqvaluelistiterator.3qt
index a7345817..1d9430e2 100644
--- a/doc/man/man3/tqvaluelistiterator.3qt
+++ b/doc/man/man3/tqvaluelistiterator.3qt
@@ -97,7 +97,7 @@ Example (see TQValueList for the complete code):
.br
.fi
.PP
-TQValueList is highly optimized for performance and memory usage. This means that you must be careful: TQValueList does not know about all its iterators and the iterators don't know to which list they belong. This makes things very fast, but if you're not careful, you can get spectacular bugs. Always make sure iterators are valid before dereferencing them or using them as parameters to generic algorithms in the STL or the QTL.
+TQValueList is highly optimized for performance and memory usage. This means that you must be careful: TQValueList does not know about all its iterators and the iterators don't know to which list they belong. This makes things very fast, but if you're not careful, you can get spectacular bugs. Always make sure iterators are valid before dereferencing them or using them as parameters to generic algorithms in the STL or the TQTL.
.PP
Using an invalid iterator is undefined (your application will probably crash). Many TQt functions return const value lists; to iterate over these you should make a copy and iterate over the copy.
.PP