mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:57:45 +00:00
Ladybird: Add Ctrl-W action to close current tab (#28)
This commit is contained in:
parent
35eb696884
commit
700c709c00
2 changed files with 15 additions and 0 deletions
|
@ -35,6 +35,7 @@ public slots:
|
|||
void tab_favicon_changed(int index, QIcon icon);
|
||||
void new_tab();
|
||||
void close_tab(int index);
|
||||
void close_current_tab();
|
||||
|
||||
private:
|
||||
void debug_request(String const& request, String const& argument = "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue