mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
BrowserWindow: Use LoadRequest in loadAddress
BUG: 396609 FIXED-IN: 3.1.0
This commit is contained in:
parent
cbb322c1a5
commit
956b99c1cb
|
@ -811,7 +811,7 @@ void BrowserWindow::loadAddress(const QUrl &url)
|
|||
weView(index)->setFocus();
|
||||
} else {
|
||||
weView()->setFocus();
|
||||
weView()->load(url);
|
||||
weView()->load(LoadRequest(url));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user