Re-implemented itemChange must always call QQuickItem::itemChange
authorShawn Rutledge <shawn.rutledge@digia.com>
Thu, 25 Apr 2013 09:16:40 +0000 (11:16 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 26 Apr 2013 10:57:03 +0000 (12:57 +0200)
commitd5e612fb3e9753c762b741d135fabd2b1f8ae1a6
treee355cbe7bf1fba9a3841f3cf1e1f95d90b5145b5
parent1230977b001caf71725afde88d6bdcc978dfe485
Re-implemented itemChange must always call QQuickItem::itemChange

Documentation for that fact, and the windowChanged signal.
Fix existing QQuickItem subclasses which didn't call
QQuickItem::itemChange.  Examples should rather connect to the
windowChanged() signal.

Change-Id: Ieddcdbe69f849ddb120b64be9c5e0a21393b0ed9
Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
examples/quick/scenegraph/openglunderqml/doc/src/openglunderqml.qdoc
examples/quick/scenegraph/openglunderqml/squircle.cpp
examples/quick/scenegraph/openglunderqml/squircle.h
src/particles/qquickparticlepainter.cpp
src/quick/items/qquickitem.cpp