mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-03 01:55:27 +00:00
rename method
This commit is contained in:
parent
004861a3d8
commit
de40ed8892
5 changed files with 57 additions and 54 deletions
|
|
@ -37,12 +37,14 @@ namespace app::browser::main::tab::page
|
|||
);
|
||||
|
||||
// Actions
|
||||
void history_back();
|
||||
void history_forward();
|
||||
void history_push(
|
||||
void history_add(
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
|
||||
void history_back();
|
||||
void history_forward();
|
||||
|
||||
|
||||
void refresh();
|
||||
|
||||
// Setters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue