summaryrefslogtreecommitdiffstats
path: root/examples/pdfwidgets
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-08-18 12:50:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-08-23 19:19:37 +0000
commitcba74c389e68ab1412f26a8a7d1a42f92aa36e83 (patch)
tree462cd197454cb76dc646a91b4ab6762167f7dd56 /examples/pdfwidgets
parent469da22481f779f646cf809d8e0bda471d061f9d (diff)
Doc: Fix documentation warnings for Qt WebEngine
Task-number: QTBUG-95860 Change-Id: I5b1fd6a6e5f172724fcfbde1a791b342a7e1ff92 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 30237ec607a70964a7bfeaf875afb79f741214a7) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/pdfwidgets')
-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