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

Make it possible to fill a part of a QByteArray or a QString.

    XMLWordPrintable

Details

    Description

      It would be nice if there was a convenience function for filling parts of an existing QByteArray or a QString, i.e.

      QByteArray::fill(int pos, int len, char c);

      where "pos" would be where to start filling, "len" would be how many characters to fill and "c" would be what character to use for filling.

      Attachments

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

        Activity

          People

            stormols Marius Storm-Olsen
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes