aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/text/doc/src/text.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/text/doc/src/text.qdoc')
-rw-r--r--examples/quick/text/doc/src/text.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/text/doc/src/text.qdoc b/examples/quick/text/doc/src/text.qdoc
index 7ac33da563..ea6a786e8a 100644
--- a/examples/quick/text/doc/src/text.qdoc
+++ b/examples/quick/text/doc/src/text.qdoc
@@ -60,7 +60,7 @@
\section1 Available Fonts
- \e{Available Fonts} shows how to use the QML \l{QtQml::Qt}{Qt} global object
+ \e{Available Fonts} shows how to use the \l [QML] {Qt} global object
and a list view to display all the fonts available on the system.
The \l ListView type uses the list of fonts available as its model:
\snippet text/fonts/availableFonts.qml model