qt6-bb10/tests/auto/corelib
Tatiana Borisova 1cd95e3165 QCborValue: use new comparison helper macros
Replace public operators operator==() and operator!=() of QCborValue
to friend method comparesEqual().
Replace public operator<() of QCborValue to friend method
compareThreeWay().

Use QT_CORE_REMOVED_SINCE to get rid of current comparison methods
and replace them with a friend.

Delete #if 0 && __has_include(<compare>) blocks,
since they are not required anymore.

Task-number: QTBUG-120300
Change-Id: I884ff6ce2a71618b0e3eaa907f0852f93c2a073c
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
2024-03-13 20:34:22 +01:00
..
animation Change license for tests files 2024-02-04 09:56:42 +01:00
global QOperatingSystemVersion: use partial ordering for relational operators 2024-03-13 20:34:22 +01:00
io QProcess/Unix: fix close() on invalid file descriptor 2024-03-12 22:21:13 -07:00
ipc Change license for tests files 2024-02-04 09:56:42 +01:00
itemmodels Change license for tests files 2024-02-04 09:56:42 +01:00
kernel QVariant: use comparison helper macros 2024-03-12 21:51:43 +01:00
mimetypes Change license for tests files 2024-02-04 09:56:42 +01:00
platform Change license for tests files 2024-02-04 09:56:42 +01:00
plugin tst_QFactoryLoader: includemocs 2024-03-12 14:23:42 +01:00
serialization QCborValue: use new comparison helper macros 2024-03-13 20:34:22 +01:00
text QLocal8Bit::convertToUnicode[win]: rewrite remainingChars handling as recursive 2024-03-02 22:57:09 +01:00
thread tst_QMutex[qnx]: increase system timer resolution 2024-03-12 14:23:57 +01:00
time QIcuTimeZonePrivate constructor: save iteration over all zone IDs 2024-02-08 15:40:03 +01:00
tools QTypeRevision: use comparison helper macros 2024-03-13 20:34:22 +01:00
CMakeLists.txt tests: Remove remains of qmake conversion from CMakeLists.txt files 2023-02-17 21:56:49 +01:00