summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorQt Continuous Integration System <qt-info@nokia.com>2010-02-23 08:51:48 (GMT)
committerQt Continuous Integration System <qt-info@nokia.com>2010-02-23 08:51:48 (GMT)
commit58d6be490b6ede5ad339ca4c938c59418f116b2a (patch)
treeedbfd913295481dd3c05b22f73df7dc3613d00dd /src/gui
parent7e138f0fcd52464e21a22bf3c76b1478e9c2b631 (diff)
parent2b7e46886d7a77257b64823e959bd8d8a007380d (diff)
downloadQt-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.cpp6
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