summaryrefslogtreecommitdiff
path: root/examples/pdfwidgets/pdfviewer/doc/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-08-18 12:50:39 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-08-23 12:41:30 +0200
commit30237ec607a70964a7bfeaf875afb79f741214a7 (patch)
tree0c6c8aa1e22c9be49901d9d9083c52ab4995d714 /examples/pdfwidgets/pdfviewer/doc/src
parent976a3c1811512ad251da45fb2d9d723a6057bf48 (diff)
downloadqtwebengine-30237ec607a70964a7bfeaf875afb79f741214a7.tar.gz
Doc: Fix documentation warnings for Qt WebEngine
Pick-to: 6.2 Task-number: QTBUG-95860 Change-Id: I5b1fd6a6e5f172724fcfbde1a791b342a7e1ff92 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/pdfwidgets/pdfviewer/doc/src')
-rw-r--r--examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc6
1 files changed, 3 insertions, 3 deletions
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