From 106af9777253acb7c7f8061a8155b5df546ad93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Br=C3=BCning?= Date: Fri, 16 May 2014 18:55:51 +0200 Subject: Fix some more documentation. Adds the license for Chromium to the legalese part. Adds some missing documentation to QWebEngineView and QWebEnginePage. Change-Id: Ie81aaa87db85bb72efb83680defbdb101a134df0 Reviewed-by: Jocelyn Turcotte --- src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc') diff --git a/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc b/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc index 7d7066088..bdfd4b20a 100644 --- a/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc +++ b/src/webenginewidgets/doc/src/qwebengineview_lgpl.qdoc @@ -234,19 +234,12 @@ */ /*! - \fn bool QWebEngineView::findText(const QString &subString, QWebEnginePage::FindFlags options) + \fn void QWebEngineView::findText(const QString &subString, QWebEnginePage::FindFlags options, const QWebEngineCallback &resultCallback) Finds the specified string, \a subString, in the page, using the given \a options. - If the HighlightAllOccurrences flag is passed, the function will highlight all occurrences - that exist in the page. All subsequent calls will extend the highlight, rather than - replace it, with occurrences of the new string. - - If the HighlightAllOccurrences flag is not passed, the function will select an occurrence - and all subsequent calls will replace the current occurrence with the next one. - To clear the selection, just pass an empty string. - Returns true if \a subString was found; otherwise returns false. + The \a resultCallback will be called with a value of true if the \a subString was found; otherwise the callback value will be false. \sa selectedText(), selectionChanged() */ @@ -321,12 +314,6 @@ \sa url(), load() */ -/*! - \fn void QWebEngineView::statusBarMessage(const QString& text) - - This signal is emitted when the status bar \a text is changed by the page. -*/ - /*! \fn void QWebEngineView::loadStarted() -- cgit v1.2.3