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

Streams are missing QByteArrayView overload

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.7.2
    • None

    Description

      
      QTextStream stream;
      
      QByteArrayView byteArrayView = getToken();
      
      stream << byteArrayView;
      
      

       

      The QByteArrayView has to be converted to a QByteArray. Which is not very useful here.

      Attachments

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

        Activity

          People

            mmutz Marc Mutz
            bubke Marco Bubke
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes