mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
uppercase const names
This commit is contained in:
parent
c75744f777
commit
8ad13b2aa2
6 changed files with 28 additions and 28 deletions
|
|
@ -32,7 +32,7 @@ namespace app::browser::main::tab::page
|
|||
public:
|
||||
|
||||
Navbar(
|
||||
const Glib::ustring & request_text = ""
|
||||
const Glib::ustring & REQUEST = ""
|
||||
);
|
||||
|
||||
~Navbar();
|
||||
|
|
@ -42,7 +42,7 @@ namespace app::browser::main::tab::page
|
|||
|
||||
// Setters
|
||||
void set_request_text(
|
||||
const Glib::ustring & value
|
||||
const Glib::ustring & TEXT
|
||||
);
|
||||
|
||||
// Getters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue