C++/QWebEngineView : The documentation is incomplete ?
Unsolved
Qt.io webservices
-
Go to https://doc.qt.io/qt-5/qwebengineview.html#findText
And see that the documentation is incomplete:
We have this (with the three points "...")
void QWebEngineView::findText(const QString &subString, QWebEnginePage::FindFlags options = ..., const QWebEngineCallback<bool> &resultCallback = ...)Instead of having the complete prototype:
Is it normal ?
-
Hi,
Intriguing... It's likely a consequence of the length of the method signature.
You should check the bug report system to see if there's something related to that.