aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/items/qquickview.cpp
diff options
context:
space:
mode:
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()
*/