ui: New style for tab bar in status view

This commit is contained in:
Eberhard Graether
2018-03-20 01:46:23 +01:00
parent 166d82b44f
commit 7783695d8d
7 changed files with 82 additions and 42 deletions
-4
View File
@@ -8,10 +8,6 @@ TabbedView::TabbedView(ViewLayout* viewLayout, const std::string& name)
{
}
TabbedView::~TabbedView()
{
}
const std::vector<View*>& TabbedView::getViews() const
{
return m_views;
+1 -2
View File
@@ -11,9 +11,8 @@ class TabbedView
, public ViewLayout
{
public:
TabbedView(ViewLayout* viewLayout, const std::string& name);
virtual ~TabbedView();
virtual ~TabbedView() = default;
const std::vector<View*>& getViews() const;