qt6-bb10/tests/auto/corelib/io/qfileinfo
Rym Bouabid fec4984dc9 QFileInfo: Use new comparison helper macros
QFileInfo 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.

Task-number: QTBUG-120303
Change-Id: Ie290df230b0f608a0965dccba9184382291cad8e
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2024-02-14 21:47:29 +01:00
..
resources
.gitignore
CMakeLists.txt QFileInfo: Use new comparison helper macros 2024-02-14 21:47:29 +01:00
tst_qfileinfo.cpp QFileInfo: Use new comparison helper macros 2024-02-14 21:47:29 +01:00