mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 00:14:06 +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 )
|
||||
{
|
||||
emit linkClicked( url );
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
return QWebEnginePage::acceptNavigationRequest( url, type, isMainFrame );
|
||||
|
|
Loading…
Reference in a new issue