diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-19 20:42:08 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-07-19 20:42:08 (GMT) |
commit | 7a1891b2f308377e67204bbc812716cbc148af4a (patch) | |
tree | 02ab4fa56d973ab02e338a75671f60741b52d2b2 /src/gui/graphicsview/qgraphicslayoutitem.cpp | |
parent | 50624a969d130ec55a6fd8e908b5b5e4e17636fb (diff) | |
download | Qt-7a1891b2f308377e67204bbc812716cbc148af4a.zip Qt-7a1891b2f308377e67204bbc812716cbc148af4a.tar.gz Qt-7a1891b2f308377e67204bbc812716cbc148af4a.tar.bz2 |
Doc: add \since 4.6 for new APIs
Diffstat (limited to 'src/gui/graphicsview/qgraphicslayoutitem.cpp')
-rw-r--r-- | src/gui/graphicsview/qgraphicslayoutitem.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicslayoutitem.cpp b/src/gui/graphicsview/qgraphicslayoutitem.cpp index 656af33..e280162 100644 --- a/src/gui/graphicsview/qgraphicslayoutitem.cpp +++ b/src/gui/graphicsview/qgraphicslayoutitem.cpp @@ -808,6 +808,8 @@ bool QGraphicsLayoutItem::isLayout() const } /*! + \since 4.6 + Returns whether a layout should delete this item in its destructor. If its true, then the layout will delete it. If its false, then it is assumed that another object has the ownership of it, and the layout won't @@ -834,6 +836,8 @@ bool QGraphicsLayoutItem::ownedByLayout() const return d_func()->ownedByLayout; } /*! + \since 4.6 + Sets whether a layout should delete this item in its destructor or not. \a ownership must be true to in order for the layout to delete it. \sa ownedByLayout() |