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

QIODevice is missing QTextStream-line readLineInto()

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P2: Important P2: Important
    • None
    • None
    • Core: I/O
    • None
    • 8
    • Foundation PM Prioritized, Foundation Sprint 69, Foundation Sprint 70, Foundation Sprint 71

      QTextStream has QString readLine() as well as readLineInto(QString*, qint64 max), QIODevice only has QByteArray readLine() and lacks readLineInto(QByteArray*, qint64 max).

      The idea behind the -Into-functions is to preserve capacity in the string/byte-array from one line to the next, a la std::getline, unlike readLine(), which allocates a new buffer for each line.

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

            mate Mate Barany
            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