mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
update header bar structure
This commit is contained in:
parent
16f9aaf889
commit
00920d39a9
6 changed files with 1 additions and 77 deletions
|
|
@ -6,7 +6,6 @@
|
|||
|
||||
// Requirements
|
||||
#include "bar/menu.h"
|
||||
#include "bar/title.h"
|
||||
|
||||
namespace app::browser
|
||||
{
|
||||
|
|
@ -17,8 +16,6 @@ namespace app::browser
|
|||
namespace bar
|
||||
{
|
||||
class Menu;
|
||||
|
||||
class Title;
|
||||
};
|
||||
|
||||
class Bar
|
||||
|
|
@ -36,7 +33,6 @@ namespace app::browser
|
|||
|
||||
// Requirements
|
||||
bar::Menu *menu;
|
||||
bar::Title *title;
|
||||
|
||||
Bar(
|
||||
Header *header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue