From 21f6b4d381c31bb9cdca5c28c15add250abdd5ab Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Thu, 2 Aug 2012 13:06:09 +1000 Subject: Fix various broken links in documentation Change-Id: I9e2dac37d18e3ca62e4a92be25e5c2e60ffeba00 Reviewed-by: Andrew den Exter --- src/quick/items/qquickview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/quick/items/qquickview.cpp') diff --git a/src/quick/items/qquickview.cpp b/src/quick/items/qquickview.cpp index 2a56c7374c..87066f6d0f 100644 --- a/src/quick/items/qquickview.cpp +++ b/src/quick/items/qquickview.cpp @@ -149,7 +149,7 @@ void QQuickViewPrivate::itemGeometryChanged(QQuickItem *resizeItem, const QRectF size of the view. Alternatively the resizeMode may be set to SizeRootObjectToView which will resize the view to the size of the root object. - \sa {Exposing C++ Data to QML} + \sa {qtqml-cppintegration-exposecppattributes.html}{Exposing Attributes of C++ Types to QML} */ @@ -348,7 +348,7 @@ QList QQuickView::errors() const is the initial size of the root item. Note though that since QML may load dynamically, that size may change. - \sa initialSize + \sa initialSize() */ void QQuickView::setResizeMode(ResizeMode mode) -- cgit v1.2.3