qt6-bb10/tests/auto/corelib
Thiago Macieira 64bfc927b0 QHash: fix qHash(std::pair)
There were two problems here: first, qHash(std::pair) must be declared
before qHashMulti that might call back to qHash(std::pair) (i.e., a pair
with one element that is also a pair). But moving the declaration above
causes the second problem: the noexcept expression can't refer to qHash
functions that aren't declared yet. So we forward-declare a constexpr
function for that result, but implement it far below.

Fixes: QTBUG-92910
Change-Id: Ia8e48103a54446509e3bfffd16767ed2e29b026c
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-05-23 12:08:43 -07:00
..
animation Port QVariantAnimation to the new property system 2021-04-30 18:59:50 +02:00
global Long live qToUnderlying 2021-05-18 02:09:11 +02:00
io Fix QUrl::fromLocalFile with long path prefix 2021-05-19 21:38:38 +02:00
itemmodels Fix QItemSelectionModel::selectionChanged emission 2021-05-18 08:49:56 +02:00
kernel QPropertyBinding: Do not reevaluate if not installed on property 2021-05-12 14:49:46 +02:00
mimetypes Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
platform Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00
plugin Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
serialization Fix BASE argument of qt_add_resources 2021-05-18 16:02:52 +02:00
text QByteArrayView: add compare 2021-05-20 17:02:38 +02:00
thread QFuture/QPromise: don't check for is_copy_constructible 2021-05-21 11:08:11 +02:00
time Ensure setDateTime clears status also when short 2021-05-04 15:21:48 +01:00
tools QHash: fix qHash(std::pair) 2021-05-23 12:08:43 -07:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00