qt6-bb10/tests/auto/corelib/io/qurl
Rym Bouabid 8103d29e94 QUrl: Use new comparison helper macros
The class had operator==(), 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 hidden
friends.

Use QT_TEST_ALL_EQUALITY_OPS macro in unit-tests.

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

Task-number: QTBUG-120303
Change-Id: Ic4fa2335292cc4b75ad2373832c0b89d768f529c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2024-03-06 11:09:21 +01:00
..
.gitignore
CMakeLists.txt
idna-test.c Change license for tests files 2024-02-04 09:56:42 +01:00
tst_qurl.cpp QUrl: Use new comparison helper macros 2024-03-06 11:09:21 +01:00
tst_qurl_mac.mm Change license for tests files 2024-02-04 09:56:42 +01:00