mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
use header const
This commit is contained in:
parent
b9079bd575
commit
20766c00f6
2 changed files with 5 additions and 4 deletions
|
|
@ -4,6 +4,10 @@ using namespace app::browser::header;
|
|||
|
||||
Tab::Tab()
|
||||
{
|
||||
set_action_name(
|
||||
ACTION
|
||||
);
|
||||
|
||||
set_tooltip_text(
|
||||
TOOLTIP
|
||||
);
|
||||
|
|
@ -11,10 +15,6 @@ Tab::Tab()
|
|||
set_icon_name(
|
||||
ICON
|
||||
);
|
||||
|
||||
set_action_name(
|
||||
"win.tab"
|
||||
);
|
||||
}
|
||||
|
||||
Tab::~Tab() = default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue