reorder methods

This commit is contained in:
yggverse 2024-09-06 01:45:47 +03:00
parent 293fe791ce
commit 946211167b
6 changed files with 56 additions and 56 deletions

View file

@ -48,10 +48,6 @@ namespace app::browser::main::tab
const Glib::ustring & REQUEST = ""
);
// Getters
Glib::ustring get_title();
Glib::ustring get_subtitle();
// Actions
void refresh(
const Glib::ustring & TITLE,
@ -65,6 +61,10 @@ namespace app::browser::main::tab
void navigation_history_back();
void navigation_history_forward();
// Getters
Glib::ustring get_title();
Glib::ustring get_subtitle();
};
}