summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2010-11-22 15:51:41 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2010-11-22 15:51:41 (GMT)
commitd99d8953d2c45ca3ad05fea35ac71407237ab59d (patch)
treeb07457877a2a3ba9981a479f5d04f83fccaaddb0 /src/declarative/util
parentca1fcd8e9cbedab190efdb456f78e5f604293b3b (diff)
downloadQt-d99d8953d2c45ca3ad05fea35ac71407237ab59d.zip
Qt-d99d8953d2c45ca3ad05fea35ac71407237ab59d.tar.gz
Qt-d99d8953d2c45ca3ad05fea35ac71407237ab59d.tar.bz2
Doc: Fixed broken link by referring to the errors() method instead.
Task-number: QTBUG-15506
Diffstat (limited to 'src/declarative/util')
-rw-r--r--src/declarative/util/qdeclarativeview.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/declarative/util/qdeclarativeview.cpp b/src/declarative/util/qdeclarativeview.cpp
index 0e31a20..c22f200 100644
--- a/src/declarative/util/qdeclarativeview.cpp
+++ b/src/declarative/util/qdeclarativeview.cpp
@@ -192,7 +192,7 @@ void QDeclarativeViewPrivate::itemGeometryChanged(QDeclarativeItem *resizeItem,
/*!
\class QDeclarativeView
- \since 4.7
+ \since 4.7
\brief The QDeclarativeView class provides a widget for displaying a Qt Declarative user interface.
QDeclarativeItem objects can be placed on a standard QGraphicsScene and
@@ -360,13 +360,14 @@ QDeclarativeContext* QDeclarativeView::rootContext() const
}
/*!
- \enum QDeclarativeView::Status
+ \enum QDeclarativeView::Status
Specifies the loading status of the QDeclarativeView.
\value Null This QDeclarativeView has no source set.
\value Ready This QDeclarativeView has loaded and created the QML component.
\value Loading This QDeclarativeView is loading network data.
- \value Error An error has occurred. Call errorDescription() to retrieve a description.
+ \value Error One or more errors has occurred. Call errors() to retrieve a list
+ of errors.
*/
/*! \enum QDeclarativeView::ResizeMode