summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2022-04-06 22:41:59 +0200
committerShawn Rutledge <shawn.rutledge@qt.io>2022-04-23 13:23:53 +0200
commitbcfb84600e95403627bede7c0f7ee945acd00c6c (patch)
treeb981c5a5459f20e4158ec943f14448f4714243ec /examples
parentb76a7dd5eabc04c06494769ccae685cf581f52c4 (diff)
doc: Add docs for QPdfView
Wrap some long lines in qpdfview.cpp, as a drive-by. Task-number: QTBUG-81560 Change-Id: Ia9865c42e48c81ac2c99b5cbe9d5a10beff40847 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
index 0f232be3f..a053f734c 100644
--- a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
+++ b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
@@ -36,7 +36,7 @@
//! TODO add thumbnail \image pdfviewer.png
\endomit
- \e {PDF Viewer} demonstrates how to use the QPdfDocument class to render
+ \e {PDF Viewer} demonstrates how to use the QPdfView class to render
PDF documents and the QPdfNavigationStack class to navigate them.
Qt Creator and the integrated Qt Designer were used to create the example