Changeset 769 for trunk/src/xml/dom/qdom.cpp
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/xml/dom/qdom.cpp
r651 r769 2974 2974 2975 2975 /*! 2976 Returns the next sib ilng element with tag name \a tagName if \a tagName2976 Returns the next sibling element with tag name \a tagName if \a tagName 2977 2977 is non-empty; otherwise returns any next sibling element. 2978 2978 Returns a null element if no such sibling exists. … … 3488 3488 // Dont use normal insert function since we would create infinite recursion 3489 3489 notations->map.insertMulti(p->nodeName(), p); 3490 p = p->next; 3490 3491 } 3491 3492 }
Note:
See TracChangeset
for help on using the changeset viewer.