ui: New style for tab bar in status view
This commit is contained in:
@@ -8,10 +8,6 @@ TabbedView::TabbedView(ViewLayout* viewLayout, const std::string& name)
|
||||
{
|
||||
}
|
||||
|
||||
TabbedView::~TabbedView()
|
||||
{
|
||||
}
|
||||
|
||||
const std::vector<View*>& TabbedView::getViews() const
|
||||
{
|
||||
return m_views;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user