mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
remove extra access level definition
This commit is contained in:
parent
5fff73f17b
commit
09542c5134
12 changed files with 50 additions and 74 deletions
|
|
@ -20,21 +20,19 @@ namespace app::browser::main::tab::page
|
|||
|
||||
class Navbar : public Gtk::Box
|
||||
{
|
||||
private:
|
||||
// Actions
|
||||
Glib::RefPtr<Gio::SimpleActionGroup> action_group;
|
||||
|
||||
// Actions
|
||||
Glib::RefPtr<Gio::SimpleActionGroup> action_group;
|
||||
// Components
|
||||
navbar::Base * base;
|
||||
navbar::Bookmark * bookmark;
|
||||
navbar::History * history;
|
||||
navbar::Request * request;
|
||||
navbar::Update * update;
|
||||
|
||||
// Components
|
||||
navbar::Base * base;
|
||||
navbar::Bookmark * bookmark;
|
||||
navbar::History * history;
|
||||
navbar::Request * request;
|
||||
navbar::Update * update;
|
||||
|
||||
// Defaults
|
||||
const int SPACING = 8;
|
||||
const int MARGIN = 8;
|
||||
// Defaults
|
||||
const int SPACING = 8;
|
||||
const int MARGIN = 8;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue