diff options
author | David Boddie <dboddie@trolltech.com> | 2009-10-27 19:39:56 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-10-27 19:39:56 (GMT) |
commit | 1fafb913bfb1e8657598e7c9ce0b52e08d044732 (patch) | |
tree | beb8bc077aea1a2685757ed920e47a442c523bba /src | |
parent | a8487d7cc197540ba08eeb249bd50defb70aab99 (diff) | |
download | Qt-1fafb913bfb1e8657598e7c9ce0b52e08d044732.zip Qt-1fafb913bfb1e8657598e7c9ce0b52e08d044732.tar.gz Qt-1fafb913bfb1e8657598e7c9ce0b52e08d044732.tar.bz2 |
Doc: Fixed qdoc warning.
Reviewed-by: Trust Me
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index edd2d7c..2685b86 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -1228,7 +1228,7 @@ void QGraphicsItemCache::purge() } /*! - Constructs a QGraphicsItem, passing \a item to QGraphicsItem's constructor. + Constructs a QGraphicsItem with the given \a parent item. It does not modify the parent object returned by QObject::parent(). If \a parent is 0, you can add the item to a scene by calling |