mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 23:17:45 +00:00
Ladybird: Add a protocol to the URL, when one is not set
When a http(s):// is not written by the user - lets manually add one.
This commit is contained in:
parent
700c709c00
commit
2905bda0f2
2 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,7 @@ public:
|
|||
|
||||
WebView& view() { return *m_view; }
|
||||
|
||||
void navigate(QString const&);
|
||||
void navigate(QString);
|
||||
|
||||
void debug_request(String const& request, String const& argument);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue