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

Implement begin/end/iterator in QDomNodeList

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.4.2
    • XML: DOM
    • None
    • 5
    • b1e8287b8 (dev)
    • Foundations Sprint 94, Foundations Sprint 95, Foundations Sprint 96, Foundations Sprint 97, Foundations Sprint 98, Foundations Sprint 99, Foundation Sprint 100, Foundation Sprint 101, Foundations Sprint 102, Foundation Sprint 103, Foundation Sprint 104, Foundation Sprint 105, Foundation Sprint 106, Foundation Sprint 107

    Description

      QDomNodeList should implement begin/end/iterator and whatever else is needed to make it compatible with range for expressions.

      QDomNodeList nodes = ...;
      for (QDomNode node : nodes) {
         ...
      }
      

      Attachments

        For Gerrit Dashboard: QTBUG-115076
        # Subject Branch Project Status CR V

        Activity

          People

            isak.fyksen Isak Fyksen
            jasonc Jason Cipriani
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There is 1 open Gerrit change