diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-26 05:19:19 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-26 05:19:19 (GMT) |
commit | a5c1a57b068817e327c6a701de499777c1f7a999 (patch) | |
tree | c4c3b1bd3c28977135ef1a0fc2ba8c30a962c6dd /src | |
parent | f16d60399b996b09b779d2a719b5e6e6b9a80903 (diff) | |
parent | 7687d4cd76a9e22098be84126e01a6c94a91d9ce (diff) | |
download | Qt-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
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeitem.cpp | 4 |
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); |