mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Merge branch 'staged' into dev
This commit is contained in:
commit
19ee6bbeb2
|
@ -31,7 +31,7 @@ bool ArticleWebPage::acceptNavigationRequest( const QUrl & resUrl, NavigationTyp
|
||||||
if( type == QWebEnginePage::NavigationTypeLinkClicked )
|
if( type == QWebEnginePage::NavigationTypeLinkClicked )
|
||||||
{
|
{
|
||||||
emit linkClicked( url );
|
emit linkClicked( url );
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return QWebEnginePage::acceptNavigationRequest( url, type, isMainFrame );
|
return QWebEnginePage::acceptNavigationRequest( url, type, isMainFrame );
|
||||||
|
|
Loading…
Reference in a new issue