summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/api/qwebenginepage.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-03-01 11:52:51 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-03-08 13:01:53 +0000
commit104adb064e0a639f3e4b6eb12c978ddc515ded26 (patch)
treebb7eec453f50b7388a5e2ac8906c1d60de18beab /src/webenginewidgets/api/qwebenginepage.cpp
parentd90885ba4885535bad6166bf1427141819e90fec (diff)
Doc: Fix doc generation for some QWebEnginePage functions
Remove #ifdef Q_QDOC defines and fix the command signatures in \fn commands or remove the commands, where possible. Task-number: QTBUG-66709 Change-Id: Ic591b53f0d52c7c938d8651cd6610f31af0cc540 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/webenginewidgets/api/qwebenginepage.cpp')
-rw-r--r--src/webenginewidgets/api/qwebenginepage.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/webenginewidgets/api/qwebenginepage.cpp b/src/webenginewidgets/api/qwebenginepage.cpp
index 497083f4d..f475d660a 100644
--- a/src/webenginewidgets/api/qwebenginepage.cpp
+++ b/src/webenginewidgets/api/qwebenginepage.cpp
@@ -2183,7 +2183,6 @@ void QWebEnginePage::printToPdf(const QString &filePath, const QPageLayout &page
/*!
- \fn void QWebEnginePage::printToPdf(FunctorOrLambda resultCallback, const QPageLayout &pageLayout)
Renders the current content of the page into a PDF document and returns a byte array containing the PDF data
as parameter to \a resultCallback.
The page size and orientation of the produced PDF document are taken from the values specified in \a pageLayout.
@@ -2213,7 +2212,6 @@ void QWebEnginePage::printToPdf(const QWebEngineCallback<const QByteArray&> &res
}
/*!
- \fn void QWebEnginePage::print(QPrinter *printer, FunctorOrLambda resultCallback)
Renders the current content of the page into a temporary PDF document, then prints it using \a printer.
The settings for creating and printing the PDF document will be retrieved from the \a printer