aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-05-19 13:10:19 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2016-05-24 04:35:29 +0000
commit5e651178b2d1ac9cea70913de21e0c5b2b7aaa0d (patch)
tree5aa9ba8e552e10172bcf25055e607ba8e822467b /src/qml/qml.pro
parent607320ca9fb2796a5f6f2578578fd314f7e8b99e (diff)
Fix QQuickItem change listeners
All listeners should get invoked, even if they remove themselves while iterating the listeners. An index-based loop would skip the next listener in the list. This change replaces the QPODVector with a QVector, so we can make a cheap copy before iterating the listeners. Change-Id: I2430b3763184a40ad1c5c3a68d36fecafcadb3ee Task-number: QTBUG-53453 Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'src/qml/qml.pro')
0 files changed, 0 insertions, 0 deletions