qt6-bb10/tests/auto/dbus
Thiago Macieira 5401a9a6cd QDBusArgument: disambiguate between QMap on std::pair and std::map
For QMap on a std::pair, QMap::iterator{}.operator->() would result in a
type that has "first" and "second" members: std::pair itself. But it
would be wrong to marshall and demarshall the first and second elements
thereof as the key and value, so give preference to the .key() and
.value() selection, which would store the std::pair as the type.

Fixes: QTBUG-123401
Pick-to: 6.5 6.6 6.7
Change-Id: I6818d78a57394e37857bfffd17bd69bb692dd03b
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
2024-03-18 14:43:13 -07:00
..
qdbusabstractadaptor Remove extra semi-colons 2024-02-06 20:17:18 +09:00
qdbusabstractinterface Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusconnection Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusconnection_delayed Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusconnection_no_app Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusconnection_no_bus Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusconnection_no_libdbus Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusconnection_signalorder Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusconnection_spyhook Change license for tests files 2024-02-04 09:56:42 +01:00
qdbuscontext Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusinterface Change license for tests files 2024-02-04 09:56:42 +01:00
qdbuslocalcalls Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusmarshall QDBusArgument: disambiguate between QMap on std::pair and std::map 2024-03-18 14:43:13 -07:00
qdbusmetaobject Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusmetatype Change license for tests files 2024-02-04 09:56:42 +01:00
qdbuspendingcall Change license for tests files 2024-02-04 09:56:42 +01:00
qdbuspendingreply Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusreply Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusservicewatcher Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusthreading Change license for tests files 2024-02-04 09:56:42 +01:00
qdbustype Change license for tests files 2024-02-04 09:56:42 +01:00
qdbusxmlparser Change license for tests files 2024-02-04 09:56:42 +01:00
CMakeLists.txt QDBusConnectionPrivate: Fix handling of queued messages 2023-05-11 19:58:12 +02:00