summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qdeclarativeimagebase_p_p.h
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@digia.com>2011-11-01 15:10:02 (GMT)
committerQt Commercial Integration <QtCommercial@digia.com>2012-01-31 10:25:08 (GMT)
commit78043b57ac50a399222221fb8fad2a47ff90a10c (patch)
tree182603bab45ba66c086658a48e063df96b173dc5 /src/declarative/graphicsitems/qdeclarativeimagebase_p_p.h
parent45bdaac4636b69ddbae446ec65082a90290dda52 (diff)
downloadQt-78043b57ac50a399222221fb8fad2a47ff90a10c.zip
Qt-78043b57ac50a399222221fb8fad2a47ff90a10c.tar.gz
Qt-78043b57ac50a399222221fb8fad2a47ff90a10c.tar.bz2
Ensure that using multiple GridViews with the same model source works
When the same model source is used in multiple GridViews then it can get into a state where items that have been inserted are removed from a list which it then later tries to access to emit signals for. This patch ensures that a list of the items that the signal is emitted for is kept before any of the wrapper items are potentially deleted so that the signals can be emitted as expected correctly. Task-number: QTBUG-22271
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeimagebase_p_p.h')
0 files changed, 0 insertions, 0 deletions