76 connect(
this, &QTextBrowser::anchorClicked,
this, &QgsWebView::linkClicked );
77 connect(
this, &QgsWebView::pageLoadFinished, mPage, &QWebPage::loadFinished );
The QWebPage class is a collection of stubs to mimic the API of a QWebPage on systems where QtWebkit ...