qt6-bb10/src/corelib/ipc
Tatiana Borisova 3059f14524 QNativeIpcKey: use new comparison helper macros
Replace public friend operators operator==(), operator!=() of
QNativeIpcKey to friend methods comparesEqual() and
Q_DECLARE_EQUALITY_COMPARABLE macro.

Task-number: QTBUG-120304
Change-Id: If18d86fb18e44f8d2210cba7ca93e4ac478a2a48
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2024-04-17 20:30:37 +02:00
..
qsharedmemory.cpp IPC: Un-deprecate the "legacy" key API 2023-11-24 05:10:52 +01:00
qsharedmemory.h IPC: Un-deprecate the "legacy" key API 2023-11-24 05:10:52 +01:00
qsharedmemory_p.h IPC: Move the legacy key to the QNativeIpcKey 2023-09-17 18:10:18 -07:00
qsharedmemory_posix.cpp Rename EINTR_LOOP -> QT_EINTR_LOOP 2023-11-30 22:52:11 +01:00
qsharedmemory_systemv.cpp QSharedMemory: fix attach() -> create() for non-legacy SystemV mode 2023-11-08 15:56:54 +01:00
qsharedmemory_win.cpp IPC: add native key support to QSharedMemory 2023-01-22 13:02:04 -03:00
qsystemsemaphore.cpp IPC: Un-deprecate the "legacy" key API 2023-11-24 05:10:52 +01:00
qsystemsemaphore.h IPC: Un-deprecate the "legacy" key API 2023-11-24 05:10:52 +01:00
qsystemsemaphore_p.h IPC: Move the legacy key to the QNativeIpcKey 2023-09-17 18:10:18 -07:00
qsystemsemaphore_posix.cpp Recreate posix QSystemSemaphore on release for VxWorks 2023-12-15 17:12:38 +00:00
qsystemsemaphore_systemv.cpp Rename EINTR_LOOP -> QT_EINTR_LOOP 2023-11-30 22:52:11 +01:00
qsystemsemaphore_win.cpp IPC: add native key support to QSystemSemaphore 2023-01-22 13:02:04 -03:00
qtipccommon.cpp QNativeIpcKey: use new comparison helper macros 2024-04-17 20:30:37 +02:00
qtipccommon.h QNativeIpcKey: use new comparison helper macros 2024-04-17 20:30:37 +02:00
qtipccommon_p.h IPC: Move the legacy key to the QNativeIpcKey 2023-09-17 18:10:18 -07:00