qt6-bb10/tests/auto/corelib/serialization
Tatiana Borisova e20a3694c7 QCborArray iterators: use new comparison helper macros
New comparison macros are used for following classes:
- QCborArray::Iterator
- QCborArray::ConstIterator

Replace public operators operator==(), operator!=(), operator!<(), etc
of classes to friend methods comparesEqual(), compareThreeWay();

Use *_helper methods to have an access to protected members of
QCborValueRef class from friend functions.

Task-number: QTBUG-120300
Change-Id: Ie8ffef3e2278dfbf2bf0b32c30a7bf98d99fd1c3
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-04-10 00:22:09 +02:00
..
json Add equality comparison between QJsonObject and QJsonValueConstRef 2024-04-03 17:31:36 +00:00
qcborstreamreader QCborStreamReader: rename toStringish() -> readAllStringish() 2024-03-12 05:36:54 +01:00
qcborstreamwriter Change license for tests files 2024-02-04 09:56:42 +01:00
qcborvalue QCborArray iterators: use new comparison helper macros 2024-04-10 00:22:09 +02:00
qcborvalue_json Change license for tests files 2024-02-04 09:56:42 +01:00
qdatastream Tests: check the output of QFile::open 2024-03-27 04:24:11 +01:00
qdatastream_core_pixmap Change license for tests files 2024-02-04 09:56:42 +01:00
qtextstream Tests: check the output of QFile::open 2024-03-27 04:24:11 +01:00
qxmlstream Tests: check the output of QFile::open 2024-03-27 04:24:11 +01:00
CMakeLists.txt wasm tests: Disable unstable qcborvalue test 2023-11-23 19:26:49 +01:00
cborlargedatavalidation.cpp Change license for tests files 2024-02-04 09:56:42 +01:00