summaryrefslogtreecommitdiff
path: root/examples/pdfwidgets
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-06-30 14:04:31 +0200
committerTopi Reinio <topi.reinio@qt.io>2021-07-01 14:50:42 +0200
commitc248844b3b8ee004800606d1a6c6e6d6bee31738 (patch)
treee5c9d05a1f59f725d79279f8dbc5cb75136d118a /examples/pdfwidgets
parent57eb73f933e3c1499a969b2023073c3c01bb9a1f (diff)
downloadqtwebengine-c248844b3b8ee004800606d1a6c6e6d6bee31738.tar.gz
Doc: Fix documentation issues for Qt WebEngine
API and documentation changes since 5.15 caused multiple warnings from QDoc; this change addresses most of them. Some warnings indicate missing documentation, those issues still remain. Pick-to: 6.2 Change-Id: I96be38b7daac37a7e35c149b4b3ec3f18c4415c9 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'examples/pdfwidgets')
-rw-r--r--examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
index 9c7b3deed..a38d62e52 100644
--- a/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
+++ b/examples/pdfwidgets/pdfviewer/doc/src/pdfviewer.qdoc
@@ -26,13 +26,13 @@
****************************************************************************/
/*!
- \example pdfviewer
+ \example pdfwidgets/pdfviewer
\ingroup qtpdf-examples
\title PDF Viewer Example
\brief Renders PDF documents.
- \image pdfviewer.png
+ //! 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.
@@ -49,7 +49,7 @@
The MainWindow class inherits the QMainWindow class:
- \quotefromfile pdfviewer/mainwindow.h
+ \quotefromfile pdfwidgets/pdfviewer/mainwindow.h
\skipto public QMainWindow
\printuntil ~MainWindow()
@@ -73,7 +73,7 @@
The actual setup of the different objects is done in the MainWindow
constructor:
- \quotefromfile pdfviewer/mainwindow.cpp
+ \quotefromfile pdfwidgets/pdfviewer/mainwindow.cpp
\skipto MainWindow::
\printuntil {