mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
rename methods
This commit is contained in:
parent
160c498586
commit
ff901ebcf8
3 changed files with 9 additions and 11 deletions
|
|
@ -37,11 +37,9 @@ namespace app::browser::main::tab::page
|
|||
);
|
||||
|
||||
// Actions
|
||||
void back();
|
||||
|
||||
void forward();
|
||||
|
||||
void push(
|
||||
void history_back();
|
||||
void history_forward();
|
||||
void history_push(
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue