Add missing \l to DOM bookmarks example

It tried to reference the QXmlStream equivalent example, putting its
title in {...}, but neglected the \l prefix to that.

Change-Id: Iedc556ecd65103057d0dea65debe628b50d1190e
Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
This commit is contained in:
Edward Welbourne 2023-07-17 15:42:26 +02:00
parent c6fe64b17c
commit 63de44f1d3

View File

@ -11,7 +11,7 @@
The DOM Bookmarks Application provides a reader for XML Bookmark Exchange
Language (XBEL) files that uses Qt's DOM-based XML API to read and parse
the files. The {QXmlStream Bookmarks Example} provides an alternative
the files. The \l {QXmlStream Bookmarks Example} provides an alternative
way to read this type of file.
\image screenshot.png