diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2022-04-04 15:20:51 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2022-04-06 10:44:40 +0000 |
| commit | a00a1d8806cfbf17e04b88d1b4ff4a9cf5b6294a (patch) | |
| tree | 393f227915629c65ca4d63230b0b6f45f2acf341 /src/corelib/io/qbuffer.cpp | |
| parent | 2fb7c94f63ce783c7f36149791fe72e053933ece (diff) | |
QByteArray/QVarLengthArray: add missing resize(n, v) overloads
QList and QString had them, so add them to QByteArray and
QVarLengthArray, too.
In the QVLA case, we need to jump though a hoop or two to avoid having
to duplicate all the reallocation logic. Nothing a few template tricks
cannot solve.
[ChangeLog][QtCore][QByteArray] Added resize(n, ch) overload.
[ChangeLog][QtCore][QVarLengthArray] Added resize(n, v) overload.
Fixes: QTBUG-102270
Change-Id: I0d281ae5b574f440f682e4a62427b434dcf5b687
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qbuffer.cpp')
0 files changed, 0 insertions, 0 deletions
