Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.1.4
-
None
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.