qt6-bb10/tests/auto/corelib/serialization/json
Tatiana Borisova 839cffd521 QJsonValue: use new comparison helper macros
Replace public operators operator==(), operator!=() of
QJsonValue/QJsonValueConstRef/QJsonValueRef classes to friend
methods comparesEqual().

Use QT_CORE_REMOVED_SINCE and removed_api.cpp to get rid of current
comparison methods and replace them with a friend.

Delete non-exported public operators operator==(), operator!=()
for QJsonValueConstRef/QJsonValueRef classes.

Add comparison check to auto-test.

Task-number: QTBUG-120300
Change-Id: I01434af4ce5a7589733db4a9b14f54ad42e852ed
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2024-03-22 21:01:59 +01:00
..
CMakeLists.txt QJsonArray: use new comparison helper macros 2024-03-21 23:43:35 +01:00
bom.json
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
test2.json
test3.duplicates.json JSON: Further improve the duplicate handling in the parser 2022-01-21 00:53:49 +01:00
test3.json
tst_qtjson.cpp QJsonValue: use new comparison helper macros 2024-03-22 21:01:59 +01:00