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

Port QXmlStream implementation from QStringRef to QStringView

XMLWordPrintable

    • Icon: User Story User Story
    • Resolution: Done
    • Icon: P1: Critical P1: Critical
    • 6.0
    • 6.0
    • None
    • 2
    • Qt6_Foundation_ Sprint 10, Qt6_Foundation_ Sprint 11, Qt6_Foundation_ Sprint 13, Qt6_Foundation_ Sprint 14, Qt6_Foundation_Sprint 15, Qt6_Foundation_Sprint 16
    • ecfb5d2d15e586c40ca2e8b097fb77821be8c884

      Move the implementation of QXmlStreamRead over from using QStringRef to QStringView. This requires changes to how the string data is stored internally (currently a growing QString). Since QStringView doesn't have a pointer back to the owning string, the storage should be done differently, so that we don't serve invalid data.

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

            heimrich Karsten Heimrich
            laknoll Lars Knoll
            Maurice Kalinowski Maurice Kalinowski
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes