mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 04:54:15 +00:00
rename const
This commit is contained in:
parent
547612ac4b
commit
259a33423e
@ -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
|
||||
|
@ -46,7 +46,7 @@ namespace app::browser::main::tab::page
|
||||
|
||||
// Setters
|
||||
void set_request_text(
|
||||
const Glib::ustring & TEXT
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
|
||||
// Getters
|
||||
|
Loading…
x
Reference in New Issue
Block a user