qt6-bb10/tests/auto/corelib
Luca Beldi c27d2a57a4 Make QAbstractProxyModel itemData() behave like data()
QAbstractProxyModel::itemData/setItemData should behave
just like data()/setData() instead of calling the
QAbstractItemModel implementation.
Before this change the QAbstractProxyModel implementation
calls its the QAbstractItemModel implementation,
which ends up calling data()/setData() in a loop
bypassing the convenience of itemData/setItemData.

[ChangeLog][QtCore][QAbstractProxyModel] The itemData()
and setItemData() functions will now call the respective
implementations in the source model (after mapping the
index to a source index), matching what data() and
setData() already did.
Before, the proxy model simply called the default
implementations of itemData()/setItemData() in its own
base class (QAbstractItemModel).

Change-Id: I9e680d355f44fa130660dd7e1c8ac37484c1566e
Reviewed-by: David Faure <david.faure@kdab.com>
2021-11-26 17:12:07 +00:00
..
animation Include qproperty.h where needed 2021-11-04 21:45:02 +01:00
global Do not include qloggingcategory.h in public headers 2021-11-16 17:26:04 +00:00
io QDir: Add support for setting directory permissions to mkdir() 2021-11-26 03:39:33 +01:00
itemmodels Make QAbstractProxyModel itemData() behave like data() 2021-11-26 17:12:07 +00:00
kernel tst_qmetatype: Temporarily disable expensive tests on QNX 2021-11-25 09:53:34 +01:00
mimetypes Compile autotests for Integrity 2021-09-20 17:29:04 +03:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin Fix test when accessing patched plugin too fast 2021-11-19 13:30:44 +00:00
serialization Remove conditioning on Android embedded 2021-09-17 17:30:14 +02:00
text Short live q20::ssize()! 2021-11-20 01:38:41 +00:00
thread Long live QVERIFY_THROWS_EXCEPTION! 2021-11-26 04:44:26 +01:00
time Skip QTimeZone::checkOffset() if there are no valid zones to test 2021-11-26 02:14:52 +01:00
tools Long live QVERIFY_THROWS_EXCEPTION! 2021-11-26 04:44:26 +01:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00