mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
rename const
This commit is contained in:
parent
547612ac4b
commit
259a33423e
@ -122,10 +122,10 @@ void Navbar::refresh()
|
|||||||
|
|
||||||
// Setters
|
// Setters
|
||||||
void Navbar::set_request_text(
|
void Navbar::set_request_text(
|
||||||
const Glib::ustring & TEXT
|
const Glib::ustring & VALUE
|
||||||
) {
|
) {
|
||||||
navbarRequest->set_text(
|
navbarRequest->set_text(
|
||||||
TEXT
|
VALUE
|
||||||
);
|
);
|
||||||
|
|
||||||
// refresh(); not wanted as on change listener do same @TODO
|
// refresh(); not wanted as on change listener do same @TODO
|
||||||
|
@ -46,7 +46,7 @@ namespace app::browser::main::tab::page
|
|||||||
|
|
||||||
// Setters
|
// Setters
|
||||||
void set_request_text(
|
void set_request_text(
|
||||||
const Glib::ustring & TEXT
|
const Glib::ustring & VALUE
|
||||||
);
|
);
|
||||||
|
|
||||||
// Getters
|
// Getters
|
||||||
|
Loading…
x
Reference in New Issue
Block a user