mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
Ladybird: Implement notify_request_open_new_tab
This commit is contained in:
parent
a9f8d4eada
commit
640864b32e
4 changed files with 13 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue