qt6-bb10/tests/auto/corelib/io/qprocessenvironment
Rym Bouabid 22ebe86f15 QProcessEnvironment: Use new comparison helper macros
QProcessEnvironment 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 QProcessEnvironment.

Task-number: QTBUG-120303
Change-Id: I4c57f6cfb9589e82a37eea6993e079212b34cecd
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2024-02-22 13:37:41 +01:00
..
CMakeLists.txt QProcessEnvironment: Use new comparison helper macros 2024-02-22 13:37:41 +01:00
tst_qprocessenvironment.cpp QProcessEnvironment: Use new comparison helper macros 2024-02-22 13:37:41 +01:00