Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-14252

QLinkedList:const_iterator - small mistake in the detailed description

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P2: Important P2: Important
    • 4.7.2
    • 4.7.0
    • Documentation
    • 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."

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jerome.pasion Jerome Pasion
            dakron Pawel Kurdybacha
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes