qt6-bb10/tests/auto/corelib/thread
Sona Kurazyan 30a1683f65 Remove the comparison operators of QFuture
These operators don't do what the user might expect and may lead to
confusing results.

[ChangeLog][Source-Incompatible Changes][QFuture] The comparison
operators of QFuture have been removed. They were comparing the
underlying d-ptrs instead of comparing the results (as the users
might expect), which is not very helpful for the users point of view.

Change-Id: I80a887610eac38b60329128cca52cdb5fb515207
Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2020-10-29 14:19:35 +01:00
..
qatomicint Drop constexpr from QAtomicTraits::isLockFree() 2020-10-20 10:49:30 +02:00
qatomicinteger Drop constexpr from QAtomicTraits::isLockFree() 2020-10-20 10:49:30 +02:00
qatomicpointer Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qfuture Remove the comparison operators of QFuture 2020-10-29 14:19:35 +01:00
qfuturesynchronizer Remove the comparison operators of QFuture 2020-10-29 14:19:35 +01:00
qfuturewatcher CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qmutex Split QMutex and QRecursiveMutex 2020-10-17 12:02:56 +02:00
qmutexlocker CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qpromise Rename QPromise starting and finishing methods to start and finish 2020-10-16 09:48:10 +02:00
qreadlocker CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qreadwritelock Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qresultstore Clear pending results in ResultStore 2020-10-09 16:26:01 +02:00
qsemaphore Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qthread Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qthreadonce CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qthreadpool Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
qthreadstorage CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qwaitcondition CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
qwritelocker CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
.prev_CMakeLists.txt CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
CMakeLists.txt CMake: Skip / ignore failing tests on CMake platforms 2020-07-01 14:55:29 +02:00
thread.pro Add QPromise implementation 2020-06-09 17:21:38 +03:00