Hi,

I want to use links in an QWebPage to transmit operation to my application and not to browse around. Unfortunately I realized that QWebPage::linkClicked() is only emitted once even if you click the link twice...

How can I avoid that? (The signal should be emitted every time.)


Thanks
Lykurg