1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:17:45 +00:00

Ladybird: Implement notify_request_open_new_tab

This commit is contained in:
Aliaksandr Kalenik 2023-03-14 17:19:28 +03:00 committed by Tim Flynn
parent a9f8d4eada
commit 640864b32e
4 changed files with 13 additions and 2 deletions

View file

@ -39,7 +39,7 @@ public:
public slots:
void tab_title_changed(int index, QString const&);
void tab_favicon_changed(int index, QIcon icon);
void new_tab(QString const&, Activate);
Tab& new_tab(QString const&, Activate);
void close_tab(int index);
void close_current_tab();
void open_next_tab();