mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 16:04:06 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
parent
36f181547f
commit
7bcb2372b9
|
@ -434,7 +434,7 @@ void ArticleView::loadFinished( bool result )
|
|||
setZoomFactor( cfg.preferences.zoomFactor );
|
||||
QUrl url = webview->url();
|
||||
qDebug() << "article view loaded url:" << url.url().left( 200 ) << result;
|
||||
|
||||
|
||||
webview->unsetCursor();
|
||||
|
||||
if ( url.url() == "about:blank" ) {
|
||||
|
|
Loading…
Reference in a new issue