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 c93d2db8aa..3a300fbcf3 100644
--- a/examples/quick/text/doc/src/text.qdoc
+++ b/examples/quick/text/doc/src/text.qdoc
@@ -50,7 +50,7 @@
or finally using a FontLoader and specifying a remote font file:
\snippet text/fonts/fonts.qml fontloaderremote
- 'Available Fonts' shows how to use the QML global Qt object and a list view
+ 'Available Fonts' shows how to use the QML \l{QtQml::Qt}{Qt} global object and a list view
to display all the fonts available on the system.
The ListView type uses the list of fonts available as its model:
\snippet text/fonts/availableFonts.qml model