qt6-bb10/tests/auto/corelib/serialization/json
Tatiana Borisova de2a467a77 QJsonObject iterators: use new comparison helper macros
New comparison macros are used for following classes:
- QJsonObject::iterator
- QJsonObject::const_iterator

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
QCborValueConstRef class from friend functions.

Task-number: QTBUG-120300
Change-Id: I308e2c0a549ff186c1d6339b38e989b80dc388a3
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-04-12 19:31:51 +02:00
..
CMakeLists.txt QJsonArray: use new comparison helper macros 2024-03-21 23:43:35 +01:00
bom.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
simple.duplicates.json JSON: Further improve the duplicate handling in the parser 2022-01-21 00:53:49 +01:00
test.duplicates.json JSON: Further improve the duplicate handling in the parser 2022-01-21 00:53:49 +01:00
test.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
test2.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
test3.duplicates.json JSON: Further improve the duplicate handling in the parser 2022-01-21 00:53:49 +01:00
test3.json Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00
tst_qtjson.cpp QJsonObject iterators: use new comparison helper macros 2024-04-12 19:31:51 +02:00