diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-23 07:54:44 (GMT) |
---|---|---|
committer | Toby Tomkins <toby.tomkins@nokia.com> | 2010-07-26 04:08:47 (GMT) |
commit | 24262b2bf82c2e3e5854326e8fc3c77e3b053162 (patch) | |
tree | ba9caefcb58bb2b462cd06e657ae4550c211639c | |
parent | 29e69a5b161c25128437c98553df569513694653 (diff) | |
download | Qt-24262b2bf82c2e3e5854326e8fc3c77e3b053162.zip Qt-24262b2bf82c2e3e5854326e8fc3c77e3b053162.tar.gz Qt-24262b2bf82c2e3e5854326e8fc3c77e3b053162.tar.bz2 |
doc: Added missing \since 4.7 to effect propertyu.
Task-number: QTBUG-12132
(cherry picked from commit d9f5b8742f84124c3c0e2bdbd7b860dce2bc2225)
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 5c444f1..479a813 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -7926,6 +7926,7 @@ void QGraphicsItemPrivate::resetHeight() /*! \property QGraphicsObject::effect + \since 4.7 \brief the effect attached to this item \sa QGraphicsItem::setGraphicsEffect(), QGraphicsItem::graphicsEffect() |