Searched refs:linkClicked (Results 1 – 5 of 5) sorted by relevance
128 void linkClicked(const QUrl&);
240 connect(d->page, SIGNAL(linkClicked(const QUrl &)), in setPage()241 this, SIGNAL(linkClicked(const QUrl &))); in setPage()
308 void linkClicked(const QUrl &url);
1736 emit linkClicked(request.url()); in acceptNavigationRequest() local1740 emit linkClicked(request.url()); in acceptNavigationRequest() local
5843 …Fixes: QWebPage::acceptNavigationRequest not being called / linkClicked() not being emitted when c…