mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename methods
This commit is contained in:
parent
207d5079a7
commit
f834d783ef
9 changed files with 37 additions and 52 deletions
|
|
@ -73,12 +73,12 @@ Glib::ustring Page::get_subtitle()
|
|||
}
|
||||
|
||||
// Actions
|
||||
void Page::back()
|
||||
void Page::navigation_history_back()
|
||||
{
|
||||
pageNavigation->history_back();
|
||||
}
|
||||
|
||||
void Page::forward()
|
||||
void Page::navigation_history_forward()
|
||||
{
|
||||
pageNavigation->history_forward();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue