diff options
Diffstat (limited to 'doc/html/tqvaluelist.html')
-rw-r--r-- | doc/html/tqvaluelist.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tqvaluelist.html b/doc/html/tqvaluelist.html index d9b189a47..fe9a3449f 100644 --- a/doc/html/tqvaluelist.html +++ b/doc/html/tqvaluelist.html @@ -210,7 +210,7 @@ incrementing/decrementing the iterator. The iterator returned by end() points to the item which is one <em>past</em> the last item in the container. The past-the-end iterator is still associated with the list it belongs to, however it is <em>not</em> dereferenceable; -<a href="ntqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the list is +<a href="tqsize.html#operator*-4">operator*</a>() will not return a well-defined value. If the list is <a href="#empty">empty</a>(), the iterator returned by begin() will equal the iterator returned by end(). <p> Another way to find an item in the list is by using the <a href="ntqtl.html#qFind">tqFind()</a> algorithm. For example: |