Make sure positioners remove change listeners for invisible items.
authorMartin Jones <martin.jones@nokia.com>
Tue, 28 Feb 2012 06:49:17 +0000 (16:49 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 29 Feb 2012 04:27:33 +0000 (05:27 +0100)
commit7002ef6142250cfd7edc81f739ddafee7e71bdbf
tree6a7bb8c1787bc1d3baeaad203e7bab946932e175
parent4e0e0e5cc59a0e5379dcc1964976288d3c3e1b82
Make sure positioners remove change listeners for invisible items.

Children that are invisble weren't having their change listeners
removed, which showed illegal accesses on destruction in valgrind.

Change-Id: Icae798e773168323781e9ab88b3dae6a5aea0952
Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
src/quick/items/qquickpositioners.cpp