qt6-bb10/tests/auto/corelib/text/qstring
Ahmad Samir 26f8ea1224 QString: don't detach in replace(QChar, QChar, case)
If the string is shared, instead of detaching, create a new string and
copy the characters from this string, replacing the ones matching "before"
with "after", to the new string.

Change-Id: I2c33690230d40f3121e60e242666460559258b7b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2023-01-30 23:52:42 +02:00
..
.gitignore
CMakeLists.txt Add QString<->emscripten::val conversion functions 2023-01-13 21:07:14 +01:00
double_data.h Use SPDX license identifiers 2022-05-16 16:37:38 +02:00
tst_qstring.cpp QString: don't detach in replace(QChar, QChar, case) 2023-01-30 23:52:42 +02:00
tst_qstring_mac.mm Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.h 2022-09-01 13:26:30 +02:00
tst_qstring_wasm.cpp Add QString<->emscripten::val conversion functions 2023-01-13 21:07:14 +01:00