qtdeclarative/tests/auto
Richard Moe Gustavsen f60f2aaa51 QQuickTableView: ensure we release items in the old model and not the new
As it stood, we would wait to release loaded items until we started the
rebuild process, if the old model was a DelegateModel. But at that time,
the model would alread have been changed, so we would release the items
by calling out to the wrong model.

This patch will ensure that we always release the items immediately when
syncing the model, which will also cover the case when the model is a
DelegateModel.

Fixes: QTBUG-80570
Change-Id: I1b06011f4795727d04d9cd8c20381f65552b8fe8
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2019-12-09 14:16:07 +01:00
..
bic Binary compatibility files for Qt5.13.0 for QtDeclarative 2019-07-01 08:58:37 +03:00
cmake CMake: Provide API to allow handling of QML static plugins 2019-08-17 12:03:45 +02:00
guiapplauncher
installed_cmake
particles Tests: Fix warnings about ignoring return value of QTest::qWaitForWindowExposed() 2019-04-08 12:16:23 +00:00
qml Compiler: Support >32k stack slots 2019-12-05 10:02:11 +01:00
qmldevtools
qmltest mouseDrag(): ensure that intermediate moves are done for all drags 2019-11-23 15:41:18 +01:00
qmltest-blacklist
quick QQuickTableView: ensure we release items in the old model and not the new 2019-12-09 14:16:07 +01:00
quicktest Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-25 10:13:23 +01:00
quickwidgets QQuickWidget: fix missing update on show event for software renderer 2019-05-28 14:03:33 +02:00
shared Fix qqmlxmlhttprequest autotest for android 2019-08-13 11:38:14 +02:00
toolsupport Inline the rest of qv4compileddata.cpp 2019-06-26 10:03:53 +02:00
auto.pro