mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add comments
This commit is contained in:
parent
05b347256e
commit
e1327cc0d5
1 changed files with 3 additions and 3 deletions
|
|
@ -163,7 +163,7 @@ tab::Label * Tab::get_tabLabel(
|
|||
|
||||
if (pageWidget == nullptr)
|
||||
{
|
||||
throw _("Tab page not found!");
|
||||
throw _("Tab page not found!"); // @TODO
|
||||
}
|
||||
|
||||
auto labelWidget = get_tab_label(
|
||||
|
|
@ -172,7 +172,7 @@ tab::Label * Tab::get_tabLabel(
|
|||
|
||||
if (labelWidget == nullptr)
|
||||
{
|
||||
throw _("Tab label not found!");
|
||||
throw _("Tab label not found!"); // @TODO
|
||||
}
|
||||
|
||||
return (tab::Label *) labelWidget;
|
||||
|
|
@ -187,7 +187,7 @@ tab::Page * Tab::get_tabPage(
|
|||
|
||||
if (pageWidget == nullptr)
|
||||
{
|
||||
throw _("Tab page not found!");
|
||||
throw _("Tab page not found!"); // @TODO
|
||||
}
|
||||
|
||||
return (tab::Page *) pageWidget;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue