Force to send defer deletion events before deleting QQuickCanvas
authorCharles Yin <charles.yin@nokia.com>
Fri, 24 Feb 2012 03:33:59 +0000 (13:33 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 27 Feb 2012 05:55:18 +0000 (06:55 +0100)
commit4fc0df58b8458052a818e3e970a97457882808e6
treeb2723783c0d6050ccf7b287e477b4637d8f9636d
parent15dac112df4f44ba8b15047720e1570fd4096f26
Force to send defer deletion events before deleting QQuickCanvas

Also change the assert in QDeclarativeEnginePrivate::~QDeclarativeEnginePrivate()
to a warning message.

Change-Id: Ic1fb7e0b7ffe4a54458a0f3a65127b1afd6dda53
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
src/declarative/qml/qdeclarativeengine.cpp
src/quick/items/qquickcanvas.cpp