From 63de44f1d32096886d089ec1ab5d8f848beaa3c6 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Mon, 17 Jul 2023 15:42:26 +0200 Subject: [PATCH] Add missing \l to DOM bookmarks example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Øystein Heskestad --- examples/xml/dombookmarks/doc/src/dombookmarks.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc b/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc index dc757f84b7..0b3ca2f47d 100644 --- a/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc +++ b/examples/xml/dombookmarks/doc/src/dombookmarks.qdoc @@ -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