mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-12 13:41:34 +00:00
remove default values
This commit is contained in:
parent
946211167b
commit
79e72c41b0
@ -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…
x
Reference in New Issue
Block a user