Parent delegate items to PathView.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Thu, 17 Nov 2011 01:23:52 +0000 (11:23 +1000)
committerQt Continuous Integration System <qt-info@nokia.com>
Fri, 18 Nov 2011 06:58:22 +0000 (07:58 +0100)
commit9f8570dfc7720376945071dda23c066ff70e78d9
treef696d9f23ce8bdf3e457d71fe2041019b8334610
parenta06e749b12e07326271760730686b610fda9a5f2
Parent delegate items to PathView.

This is consistent with ListView and GridView and ensures the items
live only as long as the view and are deleted on application shutdown
where deferred delete events are discarded.

Change-Id: I77174b2725310d068fbba89b57e0da59619ef22a
Reviewed-by: Martin Jones <martin.jones@nokia.com>