qt6-bb10/tests/auto/corelib/text/qbytearray
Edward Welbourne 260168d9d7 QByteArray: don't coerce negative to unsigned for any base
This follows up on commit 98666c8afc,
which did the same for QString. If someone wants to get formatting
suitable to an unsigned value, they can cast the value to that
unsigned type and the correct overload shall pick it up.

[ChangeLog][Important Behavior Changes] QByteArray's formatting of
negative whole numbers to bases other than ten now, like QString's
(since Qt 6.0), formats the absolute value and prepends a minus sign.

Task-number: QTBUG-53706
Pick-to: 6.2
Change-Id: I91fee23d25ac0d5d5bcfcbeccbac1386627c004a
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-08-02 23:40:56 +02:00
..
.gitattributes
.gitignore
CMakeLists.txt CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
android_testdata.qrc
rfc3252.txt
tst_qbytearray.cpp QByteArray: don't coerce negative to unsigned for any base 2021-08-02 23:40:56 +02:00
tst_qbytearray_mac.mm Replace QtTest headers with QTest 2020-12-22 15:20:30 +01:00