diff options
author | Martin Smith <msmith@trolltech.com> | 2010-02-23 08:38:20 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2010-02-23 08:38:20 (GMT) |
commit | 2b7e46886d7a77257b64823e959bd8d8a007380d (patch) | |
tree | a04323a1f3c7e16a2329615e1392212cf81488f1 /src/gui/graphicsview/qgraphicsitem.cpp | |
parent | 2d96a16bf563279f418f4e7212f51cb22bfedd63 (diff) | |
download | Qt-2b7e46886d7a77257b64823e959bd8d8a007380d.zip Qt-2b7e46886d7a77257b64823e959bd8d8a007380d.tar.gz Qt-2b7e46886d7a77257b64823e959bd8d8a007380d.tar.bz2 |
doc: Removed some erroneous text.
Task: QTBUG-7965
Diffstat (limited to 'src/gui/graphicsview/qgraphicsitem.cpp')
-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 |