aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickview.cpp
diff options
context:
space:
mode:
authorKim Motoyoshi Kalland <kim.kalland@nokia.com>2012-09-05 15:51:02 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-07 05:40:31 +0200
commita3ca899129cff374386fdc7b702548b01c820bbe (patch)
tree9681050904aa19fc6ab18f58e4a60dcabca11bf6 /src/quick/items/qquickview.cpp
parentf4be00df17b02bab2bd91d68ec7315a717a5a7e8 (diff)
Doc: Fix documentation issues.
Change-Id: I03c4faa1aee60cd1ad706cb6c1b983f03311d251 Reviewed-by: aavit <qt_aavit@ovi.com>
Diffstat (limited to 'src/quick/items/qquickview.cpp')
-rw-r--r--src/quick/items/qquickview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/items/qquickview.cpp b/src/quick/items/qquickview.cpp
index 5027d813be..70fa69f333 100644
--- a/src/quick/items/qquickview.cpp
+++ b/src/quick/items/qquickview.cpp
@@ -185,7 +185,7 @@ QQuickView::QQuickView(const QUrl &source, QWindow *parent)
Note: In this case, the QQuickView does not own the given \a engine object;
it is the caller's responsibility to destroy the engine. If the \a engine is deleted
- before the view \a status() will return \a QQuickView::Error.
+ before the view, status() will return QQuickView::Error.
\sa Status, status(), errors()
*/