mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
update save/restore actions delegation
This commit is contained in:
parent
d30ea56530
commit
7795a628de
9 changed files with 76 additions and 74 deletions
|
|
@ -38,20 +38,21 @@ namespace app::browser
|
|||
|
||||
// Actions
|
||||
void refresh();
|
||||
void restore();
|
||||
void save();
|
||||
|
||||
void tab_append();
|
||||
|
||||
void tab_close_all();
|
||||
void tab_close_left();
|
||||
void tab_close_right();
|
||||
void tab_close();
|
||||
|
||||
void tab_page_navigation_update();
|
||||
|
||||
void tab_page_navigation_history_back();
|
||||
void tab_page_navigation_history_forward();
|
||||
|
||||
void tab_session_restore();
|
||||
void tab_session_save();
|
||||
|
||||
void shutdown();
|
||||
|
||||
// Getters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue