mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
draft history buttons group
This commit is contained in:
parent
fb54cc4431
commit
17224ebaaa
10 changed files with 145 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ namespace app::browser::main::tab::data
|
|||
namespace navbar
|
||||
{
|
||||
class Base;
|
||||
class History;
|
||||
class Update;
|
||||
}
|
||||
|
||||
|
|
@ -21,6 +22,7 @@ namespace app::browser::main::tab::data
|
|||
|
||||
// Components
|
||||
navbar::Base * base;
|
||||
navbar::History * history;
|
||||
navbar::Update * update;
|
||||
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue