summaryrefslogtreecommitdiff
path: root/doc/src/qmlapp/usecases/visual.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/usecases/visual.qdoc')
-rw-r--r--doc/src/qmlapp/usecases/visual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/usecases/visual.qdoc b/doc/src/qmlapp/usecases/visual.qdoc
index 50851558..aa9b795d 100644
--- a/doc/src/qmlapp/usecases/visual.qdoc
+++ b/doc/src/qmlapp/usecases/visual.qdoc
@@ -43,7 +43,7 @@ a pre-rendered image using the \l Image type.
\section1 The Image Type
\l {Qt Quick} provides an \l Image type which may be used to display images. The
-\l Image type has a \l source property whose value can be a remote or local
+\l Image type has a \l {Image::}{source} property whose value can be a remote or local
URL, or the URL of an image file embedded in a compiled resource file.
\snippet qmlapp/usecases/visual.qml image