summaryrefslogtreecommitdiffstats
path: root/src/webenginewidgets/doc/src
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-03-01 10:29:38 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-03-08 11:19:38 +0000
commitb42bd455b2b91db4f828b14729525d97b425ab6a (patch)
treec40635f56ded188852998734220360c13ca178b9 /src/webenginewidgets/doc/src
parentc6505f14bce8b12ddd1df6f85ea185d0111eb7f3 (diff)
Doc: Fix doc generation for QWebEngineView::findText()
Removed the Q_QDOC define for the FunctorOrLambda and removed the documentation for it. Modified the signature in the \fn command for the remaining docs. Task-number: QTBUG-66398 Change-Id: I142df88fa599f1f31f50da50377267d1eea322d4 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/webenginewidgets/doc/src')
-rw-r--r--src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
index 18d139c00..09346a446 100644
--- a/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
+++ b/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc
@@ -244,16 +244,7 @@
*/
/*!
- \fn void QWebEngineView::findText(const QString &subString, QWebEnginePage::FindFlags options)
- Finds the specified string, \a subString, in the page, using the given \a options.
-
- To clear the selection, just pass an empty string.
-
- \sa selectedText(), selectionChanged()
-*/
-
-/*!
- \fn void QWebEngineView::findText(const QString &subString, QWebEnginePage::FindFlags options, FunctorOrLambda resultCallback)
+ \fn void QWebEngineView::findText(const QString &subString, QWebEnginePage::FindFlags options = QWebEnginePage::FindFlags(), const QWebEngineCallback<bool> &resultCallback = QWebEngineCallback<bool>())
Finds the specified string, \a subString, in the page, using the given \a options.
To clear the selection, just pass an empty string.