mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
remove default values
This commit is contained in:
parent
946211167b
commit
79e72c41b0
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ namespace app::browser::main::tab
|
||||||
|
|
||||||
Page(
|
Page(
|
||||||
const Glib::ustring & TITLE,
|
const Glib::ustring & TITLE,
|
||||||
const Glib::ustring & SUBTITLE = "",
|
const Glib::ustring & SUBTITLE,
|
||||||
const Glib::ustring & REQUEST = ""
|
const Glib::ustring & REQUEST
|
||||||
);
|
);
|
||||||
|
|
||||||
// Actions
|
// Actions
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue