mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
rename methods
This commit is contained in:
parent
43e89716ae
commit
761127c219
3 changed files with 8 additions and 8 deletions
|
|
@ -91,7 +91,7 @@ void Navbar::back()
|
|||
{
|
||||
navbar::History::Memory match;
|
||||
|
||||
if (navbarHistory->back(match))
|
||||
if (navbarHistory->try_back(match))
|
||||
{
|
||||
navbarRequest->set_text(
|
||||
match.request
|
||||
|
|
@ -105,7 +105,7 @@ void Navbar::forward()
|
|||
{
|
||||
navbar::History::Memory match;
|
||||
|
||||
if (navbarHistory->forward(match))
|
||||
if (navbarHistory->try_forward(match))
|
||||
{
|
||||
navbarRequest->set_text(
|
||||
match.request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue