diff options
author | Andreas Kling <kling@serenityos.org> | 2022-07-08 14:14:40 +0200 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-12-25 07:58:58 -0700 |
commit | 487544d7b4e373c340c064fca775d333af1c71c2 (patch) | |
tree | b6f1fe38f803c8ba96e577752984619f28fab396 /Ladybird/Tab.h | |
parent | eea012472ec3362d97402d2253ccdb09965b9f7f (diff) | |
download | serenity-487544d7b4e373c340c064fca775d333af1c71c2.zip |
Ladybird: Port over part of the "Debug" menu from the SerenityOS browser
This is pretty messy, but we have to start somewhere. Eventually we
should find a way to share this code with SerenityOS.
Diffstat (limited to 'Ladybird/Tab.h')
-rw-r--r-- | Ladybird/Tab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Ladybird/Tab.h b/Ladybird/Tab.h index 511715232d..5ef7e081c8 100644 --- a/Ladybird/Tab.h +++ b/Ladybird/Tab.h @@ -25,6 +25,8 @@ public: void navigate(QString const&); + void debug_request(String const& request, String const& argument); + public slots: void location_edit_return_pressed(); void page_title_changed(QString); |