diff options
author | Diego Iastrubni <diegoiast@gmail.com> | 2022-07-14 18:32:51 +0300 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-12-25 07:58:58 -0700 |
commit | 2905bda0f2333dd36250b2d19d822b0c328305ce (patch) | |
tree | 1e15b003fd84d475e0aec9a1e0ae5f7ca2585cf4 /Ladybird/Tab.h | |
parent | 700c709c00d12a4d4d29e69586e5417a06b97b60 (diff) | |
download | serenity-2905bda0f2333dd36250b2d19d822b0c328305ce.zip |
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.
Diffstat (limited to 'Ladybird/Tab.h')
-rw-r--r-- | Ladybird/Tab.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ladybird/Tab.h b/Ladybird/Tab.h index 5ef7e081c8..c9490e63fd 100644 --- a/Ladybird/Tab.h +++ b/Ladybird/Tab.h @@ -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); |