mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
rename tab elements namespace
This commit is contained in:
parent
4e733d8997
commit
2986a475c1
29 changed files with 181 additions and 181 deletions
|
|
@ -1,16 +0,0 @@
|
|||
#include "content.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::data;
|
||||
|
||||
Content::Content()
|
||||
{
|
||||
set_orientation(
|
||||
Gtk::Orientation::VERTICAL
|
||||
);
|
||||
|
||||
set_homogeneous(
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
Content::~Content() = default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue