summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginewidgets/doc')
-rw-r--r--src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
index 624381a42..07fb5f1cd 100644
--- a/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
@@ -255,15 +255,6 @@
*/
/*!
- \fn void QWebEngineView::printToPDF(const QString &filePath, const QPageLayout &layout)
- \since 5.7
- Renders the current contents of the view into a PDF document and saves it in the location specified in \a filePath.
- The page size and orientation of the produced PDF document are taken from the values specified in \a layout.
-
- If a file already exists at the provided file path, it will be overwritten.
-*/
-
-/*!
\fn void QWebEngineView::stop()
Convenience slot that stops loading the document.