summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Arve Sæther <jan-arve.saether@nokia.com>2009-08-21 09:42:41 (GMT)
committerJan-Arve Sæther <jan-arve.saether@nokia.com>2009-08-21 09:48:28 (GMT)
commit5836896c52ca5385d5aa4d629025a88c26d3b2f7 (patch)
tree574712568007636aae5f4a5c71794caf1b214ee4
parenta02c095c9f80c487d4f3a8cb1f529579bcd4d255 (diff)
downloadQt-5836896c52ca5385d5aa4d629025a88c26d3b2f7.zip
Qt-5836896c52ca5385d5aa4d629025a88c26d3b2f7.tar.gz
Qt-5836896c52ca5385d5aa4d629025a88c26d3b2f7.tar.bz2
Doc fixes.
-rw-r--r--src/gui/graphicsview/qgraphicsanchorlayout.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/graphicsview/qgraphicsanchorlayout.cpp b/src/gui/graphicsview/qgraphicsanchorlayout.cpp
index fed0e5a..d3b1995 100644
--- a/src/gui/graphicsview/qgraphicsanchorlayout.cpp
+++ b/src/gui/graphicsview/qgraphicsanchorlayout.cpp
@@ -130,7 +130,8 @@ QGraphicsAnchorLayout::~QGraphicsAnchorLayout()
*
* The spacing can also be set manually by using setAnchorSpacing() method.
*
- * \sa removeAnchor, addCornerAnchors, addLeftAndRightAnchors, addTopAndBottomAnchors, addAllAnchors
+ * \sa removeAnchor(), addCornerAnchors(), addLeftAndRightAnchors(), addTopAndBottomAnchors(),
+ * addAllAnchors()
*/
void QGraphicsAnchorLayout::addAnchor(QGraphicsLayoutItem *firstItem, Qt::AnchorPoint firstEdge,
QGraphicsLayoutItem *secondItem, Qt::AnchorPoint secondEdge)