From 30237ec607a70964a7bfeaf875afb79f741214a7 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Wed, 18 Aug 2021 12:50:39 +0200 Subject: Doc: Fix documentation warnings for Qt WebEngine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pick-to: 6.2 Task-number: QTBUG-95860 Change-Id: I5b1fd6a6e5f172724fcfbde1a791b342a7e1ff92 Reviewed-by: Topi Reiniƶ --- examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/pdfwidgets/pdfviewer/doc/src') diff --git a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc index a38d62e52..8024c0a51 100644 --- a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc +++ b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc @@ -34,8 +34,8 @@ //! TODO add thumbnail \image pdfviewer.png - \e {PDF Viewer} demonstrates how to use the \l QPdfDocument class to render - PDF documents and the \l QPdfPageNavigation class to navigate them. + \e {PDF Viewer} demonstrates how to use the QPdfDocument class to render + PDF documents and the QPdfPageNavigation class to navigate them. Qt Creator and the integrated Qt Designer were used to create the example UI and to connect it to the code. This affects the code, which might be @@ -83,7 +83,7 @@ \printuntil addWidget(m_pageSelector) - We use the \l QPdfPageNavigation class to handle the navigation through a + We use the QPdfPageNavigation class to handle the navigation through a PDF document: \printuntil setPageNavigation -- cgit v1.2.1