ADS: Properly initialize DropAreaTabBar

Change-Id: I1f1163cb8c2b005844fc8d689cfa616595e7a672
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2020-03-02 10:48:51 +01:00
committed by Tim Jenssen
parent 95d5a07de7
commit ce6b5b37e0

View File

@@ -63,9 +63,9 @@ namespace ADS
{ {
public: public:
DockAreaTabBar *q; DockAreaTabBar *q;
DockAreaWidget *m_dockArea; DockAreaWidget *m_dockArea = nullptr;
QWidget *m_tabsContainerWidget; QWidget *m_tabsContainerWidget = nullptr;
QBoxLayout *m_tabsLayout; QBoxLayout *m_tabsLayout = nullptr;
int m_currentIndex = -1; int m_currentIndex = -1;
/** /**