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

Use more QAnyStringView in our APIs

XMLWordPrintable

    • QAnyStringView

      There are three target levels here, which should be tackled in order.

      1. no-brainers like fromString() named (or normal) constructors, which never store the string
      2. functions like JSON/CBOR/settings index operators, QRegularExpression, but also{{QPainter::drawText()}}, which do not primarily store the string, so don't participate in QString's implicit sharing
      3. functions which primarily store a string

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

            mmutz Marc Mutz
            mmutz Marc Mutz
            Vladimir Minenko Vladimir Minenko
            Alex Blasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes