mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
update namespaces
This commit is contained in:
parent
fe0586a054
commit
fb71cfa2be
4 changed files with 31 additions and 27 deletions
|
|
@ -36,17 +36,17 @@ Main::~Main()
|
|||
}
|
||||
|
||||
void Main::set_title(
|
||||
const Glib::ustring & TEXT
|
||||
const Glib::ustring & VALUE
|
||||
) {
|
||||
mainTitle->set(
|
||||
TEXT
|
||||
VALUE
|
||||
);
|
||||
}
|
||||
|
||||
void Main::set_subtitle(
|
||||
const Glib::ustring & TEXT
|
||||
const Glib::ustring & VALUE
|
||||
) {
|
||||
mainSubtitle->set(
|
||||
TEXT
|
||||
VALUE
|
||||
);
|
||||
}
|
||||
|
|
@ -26,11 +26,11 @@ namespace app::browser::header
|
|||
~Main();
|
||||
|
||||
void set_title(
|
||||
const Glib::ustring & TEXT
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
|
||||
void set_subtitle(
|
||||
const Glib::ustring & TEXT
|
||||
const Glib::ustring & VALUE
|
||||
);
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue