mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 09:35:28 +00:00
enshort common namespaces
This commit is contained in:
parent
a830082b6b
commit
0d624d3db7
2 changed files with 33 additions and 48 deletions
|
|
@ -1,12 +1,6 @@
|
||||||
#include "title.h"
|
#include "title.h"
|
||||||
|
|
||||||
namespace app
|
namespace app::browser::header::bar
|
||||||
{
|
|
||||||
namespace browser
|
|
||||||
{
|
|
||||||
namespace header
|
|
||||||
{
|
|
||||||
namespace bar
|
|
||||||
{
|
{
|
||||||
// Construct
|
// Construct
|
||||||
Title::Title(
|
Title::Title(
|
||||||
|
|
@ -28,6 +22,3 @@ namespace app
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
|
||||||
|
|
@ -4,11 +4,7 @@
|
||||||
// Dependencies
|
// Dependencies
|
||||||
#include "../bar.h"
|
#include "../bar.h"
|
||||||
|
|
||||||
namespace app
|
namespace app::browser::header
|
||||||
{
|
|
||||||
namespace browser
|
|
||||||
{
|
|
||||||
namespace header
|
|
||||||
{
|
{
|
||||||
class Bar;
|
class Bar;
|
||||||
|
|
||||||
|
|
@ -33,7 +29,5 @@ namespace app
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Loading…
Add table
Add a link
Reference in a new issue