init tab data container

This commit is contained in:
yggverse 2024-08-13 08:07:56 +03:00
parent d9b4983d4f
commit 3918ab9993
6 changed files with 41 additions and 3 deletions

View file

@ -8,6 +8,7 @@ namespace app::browser::main
{
namespace tab
{
class Data;
class Label;
}
@ -15,6 +16,7 @@ namespace app::browser::main
{
public:
tab::Data * data;
tab::Label * label;
Tab();