mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:37:34 +00:00
Browser: Pass Tab::on_title_change title argument as const reference
This commit is contained in:
parent
507c5b6248
commit
94a56c3aee
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
void action_entered(GUI::Action&);
|
||||
void action_left(GUI::Action&);
|
||||
|
||||
Function<void(String)> on_title_change;
|
||||
Function<void(const String&)> on_title_change;
|
||||
Function<void(const URL&)> on_tab_open_request;
|
||||
Function<void(Tab&)> on_tab_close_request;
|
||||
Function<void(const Gfx::Bitmap&)> on_favicon_change;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue