mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
make value attribute linked
This commit is contained in:
parent
cbf786ce4c
commit
b9311eafb4
@ -101,7 +101,7 @@ void Navbar::refresh()
|
||||
|
||||
// Setters
|
||||
void Navbar::set_request(
|
||||
const Glib::ustring value
|
||||
const Glib::ustring & value
|
||||
) {
|
||||
request->set_text(
|
||||
value
|
||||
|
@ -43,7 +43,7 @@ namespace app::browser::main::tab::page
|
||||
|
||||
// Setters
|
||||
void set_request(
|
||||
const Glib::ustring value
|
||||
const Glib::ustring & value
|
||||
);
|
||||
|
||||
// Getters
|
||||
|
Loading…
x
Reference in New Issue
Block a user