rename const

This commit is contained in:
yggverse 2024-08-29 04:12:32 +03:00
parent 547612ac4b
commit 259a33423e
2 changed files with 3 additions and 3 deletions

View File

@ -122,10 +122,10 @@ void Navbar::refresh()
// Setters
void Navbar::set_request_text(
const Glib::ustring & TEXT
const Glib::ustring & VALUE
) {
navbarRequest->set_text(
TEXT
VALUE
);
// refresh(); not wanted as on change listener do same @TODO

View File

@ -46,7 +46,7 @@ namespace app::browser::main::tab::page
// Setters
void set_request_text(
const Glib::ustring & TEXT
const Glib::ustring & VALUE
);
// Getters