1
Fork 0
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:
Alec Murphy 2022-07-19 06:16:46 -04:00 committed by Andrew Kaster
parent 35eb696884
commit 700c709c00
2 changed files with 15 additions and 0 deletions

View file

@ -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 = "");