-
Bug
-
Resolution: Done
-
P2: Important
-
4.7.0
-
None
-
1c86defda1d9cd3577898ec5f63c4d9bd250564b
In QLinkedList const_iterator documentation (http://doc.qt.nokia.com/4.7/qlinkedlist-const-iterator.html) there is a sentence:
"If you want modify the QLinkedList as you iterate over it, you must use QLinkedList::const_iterator instead."
It should be:
"If you want modify the QLinkedList as you iterate over it, you must use QLinkedList::iterator instead."