diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-08-11 09:16:10 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2010-08-11 09:23:01 (GMT) |
commit | 23122981e186e6b071f6690dec0fd1d57ee3bbdd (patch) | |
tree | 71c9c8ccdafd51d2dd2d143bc4c669b3c421ebd6 /src/gui/graphicsview/qgraphicsgridlayout.cpp | |
parent | ae1a4a918137e99417e70a4f2c2c43f14406f993 (diff) | |
download | Qt-23122981e186e6b071f6690dec0fd1d57ee3bbdd.zip Qt-23122981e186e6b071f6690dec0fd1d57ee3bbdd.tar.gz Qt-23122981e186e6b071f6690dec0fd1d57ee3bbdd.tar.bz2 |
Some polishing to merge request 723
Diffstat (limited to 'src/gui/graphicsview/qgraphicsgridlayout.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicsgridlayout.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsgridlayout.cpp b/src/gui/graphicsview/qgraphicsgridlayout.cpp index 2660b06..8a3f17a 100644 --- a/src/gui/graphicsview/qgraphicsgridlayout.cpp +++ b/src/gui/graphicsview/qgraphicsgridlayout.cpp @@ -589,7 +589,7 @@ void QGraphicsGridLayout::removeAt(int index) } /*! - Removes the layout item \a item without destroying it. + Removes the layout item \a item without destroying it. Ownership of the item is transferred to the caller. \sa addItem() |