mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 01:25:27 +00:00
init bookmark button class
This commit is contained in:
parent
17224ebaaa
commit
d1a08ce8de
6 changed files with 50 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#include "navbar.hpp"
|
||||
#include "navbar/base.hpp"
|
||||
#include "navbar/bookmark.hpp"
|
||||
#include "navbar/history.hpp"
|
||||
#include "navbar/update.hpp"
|
||||
|
||||
|
|
@ -50,6 +51,12 @@ Navbar::Navbar()
|
|||
append(
|
||||
* update
|
||||
);
|
||||
|
||||
bookmark = new navbar::Bookmark();
|
||||
|
||||
append(
|
||||
* bookmark
|
||||
);
|
||||
}
|
||||
|
||||
Navbar::~Navbar() = default;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue