mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 08: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
|
@ -10,8 +10,12 @@
|
|||
#include <AK/Error.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <AK/URL.h>
|
||||
#include <QString>
|
||||
#include <QUrl>
|
||||
|
||||
AK::ByteString ak_byte_string_from_qstring(QString const&);
|
||||
String ak_string_from_qstring(QString const&);
|
||||
QString qstring_from_ak_string(StringView);
|
||||
AK::URL ak_url_from_qstring(QString const&);
|
||||
AK::URL ak_url_from_qurl(QUrl const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue