qt6-bb10/tests/auto/corelib
Thiago Macieira db991cb4e1 QBitArray: replace the member operator~ with a hidden friend
Which takes the array to be inverted by value, so we get free move
semantics and allowing us to perform the negation in-place.

[ChangeLog][Potentially Source-Incompatible Changes] The bitwise AND,
OR, XOR, and NOT operator functions on QBitArray are now hidden
friends. This may cause source-incompatibility in unusual coding styles
(like 'array.operator~()') or with classes that have a casting 'operator
QBitArray()'.

Change-Id: I85b3fc2dd45c4693be13fffd1795ba1fbaf23769
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
2023-12-07 14:55:07 -08:00
..
animation Tests: remove blacklisted CIs no longer available 2023-12-06 22:07:44 +01:00
global Add missing <=> 0 operator to Qt ordering types 2023-12-07 23:36:15 +01:00
io Tests: remove blacklisted CIs no longer available 2023-12-06 22:07:44 +01:00
ipc QSharedMemory: fix attach() -> create() for non-legacy SystemV mode 2023-11-08 15:56:54 +01:00
itemmodels Q(Persistent)ModelIndex: use new test framework for op== 2023-11-13 17:35:54 +02:00
kernel QMetaEnum: let key(s)ToValue match fully-qualified unscoped enumerators 2023-11-26 22:51:49 +02:00
mimetypes Long live QSpan as public API! 2023-12-07 22:38:15 +00:00
platform Android: fix and simplify the orientation change logic 2023-12-05 16:28:12 +00:00
plugin QFactoryLoader: add metaDataKeys() to return just the "Keys" entry 2023-11-28 03:14:03 -08:00
serialization Tests: remove blacklisted CIs no longer available 2023-12-06 22:07:44 +01:00
text Fix QStringConverter::encodingForName() for trailing `-`, `_` 2023-12-07 05:16:23 +00:00
thread Tests: remove blacklisted CIs no longer available 2023-12-06 22:07:44 +01:00
time QTimeZone: use new comparison helper macros 2023-11-28 21:30:58 +01:00
tools QBitArray: replace the member operator~ with a hidden friend 2023-12-07 14:55:07 -08:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00