diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-23 08:51:48 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-23 08:51:48 (GMT) |
commit | 58d6be490b6ede5ad339ca4c938c59418f116b2a (patch) | |
tree | edbfd913295481dd3c05b22f73df7dc3613d00dd /src/gui | |
parent | 7e138f0fcd52464e21a22bf3c76b1478e9c2b631 (diff) | |
parent | 2b7e46886d7a77257b64823e959bd8d8a007380d (diff) | |
download | Qt-58d6be490b6ede5ad339ca4c938c59418f116b2a.zip Qt-58d6be490b6ede5ad339ca4c938c59418f116b2a.tar.gz Qt-58d6be490b6ede5ad339ca4c938c59418f116b2a.tar.bz2 |
Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integration
* '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1:
doc: Removed some erroneous text.
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 2f208b7..d19a102 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -414,12 +414,6 @@ /*! \enum QGraphicsItem::GraphicsItemChange - ItemVisibleHasChanged, - ItemEnabledHasChanged, - ItemSelectedHasChanged, - ItemParentHasChanged, - ItemSceneHasChanged - This enum describes the state changes that are notified by QGraphicsItem::itemChange(). The notifications are sent as the state changes, and in some cases, adjustments can be made (see the documentation |