mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-19 15:32:31 +00:00
UI/Qt: Do not rely on the URL implicit constructors
This commit is contained in:
parent
0f495421f1
commit
3fb9c37783
Notes:
github-actions[bot]
2025-03-04 21:26:06 +00:00
Author: https://github.com/shannonbooth
Commit: 3fb9c37783
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3668
Reviewed-by: https://github.com/trflynn89
6 changed files with 21 additions and 11 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <AK/ByteString.h>
|
||||
#include <AK/Error.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/String.h>
|
||||
#include <AK/StringView.h>
|
||||
#include <LibURL/URL.h>
|
||||
|
@ -18,5 +19,5 @@
|
|||
AK::ByteString ak_byte_string_from_qstring(QString const&);
|
||||
String ak_string_from_qstring(QString const&);
|
||||
QString qstring_from_ak_string(StringView);
|
||||
URL::URL ak_url_from_qstring(QString const&);
|
||||
Optional<URL::URL> ak_url_from_qstring(QString const&);
|
||||
URL::URL ak_url_from_qurl(QUrl const&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue