aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicklistview/data/itemlist-flicker.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix flicker when changing ListView currentIndex with VisualItemModel.Andrew den Exter2012-05-281-0/+46
Return the Referenced flag when the view has outstanding references otherwise it will attempt to hide an item if believes shouldn't be visible. Task-number: QTBUG-25849 Change-Id: I7387ab8322a1cd7f3386685086b2b8ad10c8b4f0 Reviewed-by: Bea Lam <bea.lam@nokia.com>