diff options
Diffstat (limited to 'Libraries/LibHTML/HtmlView.h')
-rw-r--r-- | Libraries/LibHTML/HtmlView.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibHTML/HtmlView.h b/Libraries/LibHTML/HtmlView.h index 8f62c3d8a6..ffa99578c2 100644 --- a/Libraries/LibHTML/HtmlView.h +++ b/Libraries/LibHTML/HtmlView.h @@ -13,6 +13,7 @@ public: void set_document(Document*); Function<void(const String&)> on_link_click; + Function<void(const String&)> on_title_change; protected: HtmlView(GWidget* parent = nullptr); |