rename methods

This commit is contained in:
yggverse 2024-09-05 02:31:23 +03:00
parent 207d5079a7
commit f834d783ef
9 changed files with 37 additions and 52 deletions

View file

@ -54,8 +54,8 @@ namespace app::browser::main::tab
Glib::ustring get_subtitle();
// Actions
void back();
void forward();
void navigation_history_back();
void navigation_history_forward();
void refresh(
const Glib::ustring & TITLE,