diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-23 07:54:44 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-23 07:54:44 (GMT) |
commit | d9f5b8742f84124c3c0e2bdbd7b860dce2bc2225 (patch) | |
tree | bcd50d4e10d4209f2ef33c002ae9d0c2d6de6b88 /src/gui/graphicsview | |
parent | eaee97cf48feecc18d6154d3939fd4adb93ba74f (diff) | |
download | Qt-d9f5b8742f84124c3c0e2bdbd7b860dce2bc2225.zip Qt-d9f5b8742f84124c3c0e2bdbd7b860dce2bc2225.tar.gz Qt-d9f5b8742f84124c3c0e2bdbd7b860dce2bc2225.tar.bz2 |
doc: Added missing \since 4.7 to effect propertyu.
Task-number: QTBUG-12132
Diffstat (limited to 'src/gui/graphicsview')
-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 6249822..36ae692 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -7945,6 +7945,7 @@ void QGraphicsItemPrivate::resetHeight() /*! \property QGraphicsObject::effect + \since 4.7 \brief the effect attached to this item \sa QGraphicsItem::setGraphicsEffect(), QGraphicsItem::graphicsEffect() |