diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-29 10:57:19 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-29 10:59:23 (GMT) |
commit | 313aab2c442d66b459a12d332bf3c7168c495071 (patch) | |
tree | f3f42f7dc9fc4bf3a2bb371654ccc2e28e78a5f1 /src | |
parent | b1312ef2b39916adea17c60e567e082111460958 (diff) | |
download | Qt-313aab2c442d66b459a12d332bf3c7168c495071.zip Qt-313aab2c442d66b459a12d332bf3c7168c495071.tar.gz Qt-313aab2c442d66b459a12d332bf3c7168c495071.tar.bz2 |
Doc: Document QGraphicsObject::children workaround as \internal
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 6770206..5aae93e 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -6747,6 +6747,16 @@ QGraphicsObject::QGraphicsObject(QGraphicsItemPrivate &dd, QGraphicsItem *parent */ /*! + \fn const QObjectList &QGraphicsObject::children() const + \internal + + This function returns the same value as QObject::children(). It's + provided to differentiate between the obsolete member + QGraphicsItem::children() and QObject::children(). QGraphicsItem now + provides childItems() instead. +*/ + +/*! \property QGraphicsObject::transformOriginPoint \brief the transformation origin |