mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename methods
This commit is contained in:
parent
46582fbe63
commit
59b3f171e5
5 changed files with 21 additions and 22 deletions
|
|
@ -95,14 +95,14 @@ void Main::tab_page_navigation_history_forward()
|
|||
);
|
||||
};
|
||||
|
||||
void Main::tab_restore()
|
||||
void Main::tab_session_restore()
|
||||
{
|
||||
mainTab->restore();
|
||||
mainTab->session_restore();
|
||||
};
|
||||
|
||||
void Main::tab_save()
|
||||
void Main::tab_session_save()
|
||||
{
|
||||
mainTab->save();
|
||||
mainTab->session_save();
|
||||
};
|
||||
|
||||
void Main::shutdown()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue