summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2022-07-08 14:14:40 +0200
committerAndrew Kaster <andrewdkaster@gmail.com>2022-12-25 07:58:58 -0700
commit487544d7b4e373c340c064fca775d333af1c71c2 (patch)
treeb6f1fe38f803c8ba96e577752984619f28fab396 /Ladybird/Tab.h
parenteea012472ec3362d97402d2253ccdb09965b9f7f (diff)
downloadserenity-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.h2
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);