ADS: Properly initialize FloatingWidgetTitleBar

Change-Id: Ibc430d45b833fbd5d99cdccaf43dfe06cccb17a4
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Tobias Hunger
2020-03-02 11:03:08 +01:00
committed by Tim Jenssen
parent 5c91b630b4
commit f78e7e3f60

View File

@@ -51,7 +51,7 @@ class FloatingWidgetTitleBarPrivate
public:
FloatingWidgetTitleBar *q; ///< public interface class
QLabel *m_iconLabel = nullptr;
TabLabelType *m_titleLabel;
TabLabelType *m_titleLabel = nullptr;
tCloseButton *m_closeButton = nullptr;
FloatingDockContainer *m_floatingWidget = nullptr;
eDragState m_dragState = DraggingInactive;