forked from qt-creator/qt-creator
ADS: Properly initialize FloatingWidgetTitleBar
Change-Id: Ibc430d45b833fbd5d99cdccaf43dfe06cccb17a4 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
5c91b630b4
commit
f78e7e3f60
@@ -51,7 +51,7 @@ class FloatingWidgetTitleBarPrivate
|
|||||||
public:
|
public:
|
||||||
FloatingWidgetTitleBar *q; ///< public interface class
|
FloatingWidgetTitleBar *q; ///< public interface class
|
||||||
QLabel *m_iconLabel = nullptr;
|
QLabel *m_iconLabel = nullptr;
|
||||||
TabLabelType *m_titleLabel;
|
TabLabelType *m_titleLabel = nullptr;
|
||||||
tCloseButton *m_closeButton = nullptr;
|
tCloseButton *m_closeButton = nullptr;
|
||||||
FloatingDockContainer *m_floatingWidget = nullptr;
|
FloatingDockContainer *m_floatingWidget = nullptr;
|
||||||
eDragState m_dragState = DraggingInactive;
|
eDragState m_dragState = DraggingInactive;
|
||||||
|
Reference in New Issue
Block a user