Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xml/dom/qdom.cpp

    r651 r769  
    29742974
    29752975/*!
    2976     Returns the next sibilng element with tag name \a tagName if \a tagName
     2976    Returns the next sibling element with tag name \a tagName if \a tagName
    29772977    is non-empty; otherwise returns any next sibling element.
    29782978    Returns a null element if no such sibling exists.
     
    34883488            // Dont use normal insert function since we would create infinite recursion
    34893489            notations->map.insertMulti(p->nodeName(), p);
     3490        p = p->next;
    34903491    }
    34913492}
Note: See TracChangeset for help on using the changeset viewer.