qt6-bb10/tests/auto/corelib/io/qurlquery
Rym Bouabid cd67684c89 QUrlQuery: Use new comparison helper macros
QUrlQuery had operator==() and operator!=() defined as public member
functions, so use QT_CORE_REMOVED_SINCE and removed_api.cpp to get
rid of these methods and replace them with a hidden friend.

Use QT_TEST_ALL_EQUALITY_OPS macro in unit-tests.

Use new \compares command in the documentation to describe the
comparison operators provided by QUrlQuery.

Task-number: QTBUG-120303
Change-Id: I083487a134887010ebbb78906d2c1982f2ad41b5
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2024-02-23 19:46:02 +01:00
..
CMakeLists.txt QUrlQuery: Use new comparison helper macros 2024-02-23 19:46:02 +01:00
tst_qurlquery.cpp QUrlQuery: Use new comparison helper macros 2024-02-23 19:46:02 +01:00