diff options
author | Martin Smith <martin.smith@nokia.com> | 2010-07-09 11:06:10 (GMT) |
---|---|---|
committer | Martin Smith <martin.smith@nokia.com> | 2010-07-09 11:06:10 (GMT) |
commit | 630af9571cd65e4c74f682c401d791e2a1436d13 (patch) | |
tree | 8c8b87981d95ece4af66e71a5a410f515615b31e /src | |
parent | 83175d7bb9bac302799b4054fd63ff59884ea5f0 (diff) | |
download | Qt-630af9571cd65e4c74f682c401d791e2a1436d13.zip Qt-630af9571cd65e4c74f682c401d791e2a1436d13.tar.gz Qt-630af9571cd65e4c74f682c401d791e2a1436d13.tar.bz2 |
doc: Fixed several qdoc warnings.
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/graphicsview/qgraphicsitem.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsitem.cpp b/src/gui/graphicsview/qgraphicsitem.cpp index 51dc543..74c51f4 100644 --- a/src/gui/graphicsview/qgraphicsitem.cpp +++ b/src/gui/graphicsview/qgraphicsitem.cpp @@ -133,7 +133,8 @@ \img graphicsview-parentchild.png - \section1 Transformation + \target Transformations + \section1 Transformations QGraphicsItem supports projective transformations in addition to its base position, pos(). There are several ways to change an item's transformation. |