qt6-bb10/tests/auto/widgets
Andre de la Rocha 31012df705 Fix QGraphicsScene::update() performance
A previous fix has caused a performance degradation while adding a
check for avoiding adding duplicated rectangles to the update list.
This patch fixes it by using a std::set instead of a QList, avoiding
duplication while using an O(log N) operation, instead of the O(N)
used before.

Fixes: QTBUG-77952
Change-Id: Ifa9fbf110e0bad60ee02a42d91281981fd98ceab
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-10-11 16:53:23 +02:00
..
dialogs QWizard/Aerostyle: Fix "&Next" shortcut 2019-09-25 15:14:36 +02:00
effects qWaitFor: Prevent being stuck in QCoreApplication::processEvents 2019-01-09 18:10:54 +00:00
graphicsview Fix QGraphicsScene::update() performance 2019-10-11 16:53:23 +02:00
itemviews QTree/TableView: allow to reset the sort order to natural sorting 2019-08-13 18:22:14 +02:00
kernel Merge remote-tracking branch 'origin/5.12' into 5.13 2019-09-08 11:33:28 +02:00
styles Merge remote-tracking branch 'origin/5.12' into 5.13 2019-04-16 09:34:50 +02:00
util Merge remote-tracking branch 'origin/5.12' into 5.13 2019-06-11 01:00:06 +02:00
widgets Merge remote-tracking branch 'qt/5.12' into 5.13 2019-08-20 10:41:56 +00:00
widgets.pro