mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
Ladybird/Qt: Rename new_tab to new_tab_from_url and make it take AK::URL
Instead of having QString be the API for these load() calls, just pipe AK::URL throughout the UI.
This commit is contained in:
parent
a91680dd55
commit
c75bd4ed15
6 changed files with 29 additions and 17 deletions
|
@ -33,7 +33,7 @@ public:
|
|||
|
||||
WebContentView& view() { return *m_view; }
|
||||
|
||||
void navigate(QString const&);
|
||||
void navigate(AK::URL const&);
|
||||
void load_html(StringView);
|
||||
|
||||
void back();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue