mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
make value attribute linked
This commit is contained in:
parent
cbf786ce4c
commit
b9311eafb4
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ void Navbar::refresh()
|
||||||
|
|
||||||
// Setters
|
// Setters
|
||||||
void Navbar::set_request(
|
void Navbar::set_request(
|
||||||
const Glib::ustring value
|
const Glib::ustring & value
|
||||||
) {
|
) {
|
||||||
request->set_text(
|
request->set_text(
|
||||||
value
|
value
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,7 @@ namespace app::browser::main::tab::page
|
||||||
|
|
||||||
// Setters
|
// Setters
|
||||||
void set_request(
|
void set_request(
|
||||||
const Glib::ustring value
|
const Glib::ustring & value
|
||||||
);
|
);
|
||||||
|
|
||||||
// Getters
|
// Getters
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue