summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-03-26 05:19:19 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-03-26 05:19:19 (GMT)
commita5c1a57b068817e327c6a701de499777c1f7a999 (patch)
treec4c3b1bd3c28977135ef1a0fc2ba8c30a962c6dd
parentf16d60399b996b09b779d2a719b5e6e6b9a80903 (diff)
parent7687d4cd76a9e22098be84126e01a6c94a91d9ce (diff)
downloadQt-a5c1a57b068817e327c6a701de499777c1f7a999.zip
Qt-a5c1a57b068817e327c6a701de499777c1f7a999.tar.gz
Qt-a5c1a57b068817e327c6a701de499777c1f7a999.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
-rw-r--r--src/declarative/graphicsitems/qdeclarativeitem.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeitem.cpp b/src/declarative/graphicsitems/qdeclarativeitem.cpp
index c331af7..048e1a8 100644
--- a/src/declarative/graphicsitems/qdeclarativeitem.cpp
+++ b/src/declarative/graphicsitems/qdeclarativeitem.cpp
@@ -2587,10 +2587,6 @@ QVariant QDeclarativeItem::itemChange(GraphicsItemChange change,
emit parentChanged(parentItem());
d->parentNotifier.notify();
break;
- case ItemChildAddedChange:
- case ItemChildRemovedChange:
- emit childrenChanged();
- break;
case ItemVisibleHasChanged: {
for(int ii = 0; ii < d->changeListeners.count(); ++ii) {
const QDeclarativeItemPrivate::ChangeListener &change = d->changeListeners.at(ii);