Don't start timers in the QDeclarativePixmapStore destructor
authorTor Arne Vestbø <tor.arne.vestbo@nokia.com>
Fri, 3 Feb 2012 13:11:27 +0000 (14:11 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 6 Feb 2012 11:21:14 +0000 (12:21 +0100)
commit56db0a314ec66655cb56a4690775c58527288342
tree43088a86894e59c93ac1df305862236bff36a27d
parent63ac4c6a4706637d9499210086f387b3849b6ad0
Don't start timers in the QDeclarativePixmapStore destructor

Timers use global static data, which might have been torn down at the
point where we start the timer.

Change-Id: Id11de05ae92b9a3652f9b1d7c3d5ca4947ffe065
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
src/quick/util/qdeclarativepixmapcache.cpp