rename method

This commit is contained in:
yggverse 2024-09-04 20:51:14 +03:00
parent 004861a3d8
commit de40ed8892
5 changed files with 57 additions and 54 deletions

View file

@ -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