forked from qt-creator/qt-creator
ADS: Add initialization and remove dead code from FloatingDragPreview
Change-Id: Ia9116581728de5dad8ef263597bc6bc30216e14f Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
1b32f54d4e
commit
437f49504c
@@ -60,13 +60,12 @@ namespace ADS
|
||||
{
|
||||
public:
|
||||
FloatingDragPreview *q;
|
||||
QWidget *m_content;
|
||||
QWidget *m_content = nullptr;
|
||||
DockAreaWidget *m_contentSourceArea = nullptr;
|
||||
DockContainerWidget *m_contenSourceContainer = nullptr;
|
||||
QPoint m_dragStartMousePosition;
|
||||
DockManager *m_dockManager;
|
||||
DockManager *m_dockManager = nullptr;
|
||||
DockContainerWidget *m_dropContainer = nullptr;
|
||||
qreal m_windowOpacity;
|
||||
bool m_hidden = false;
|
||||
QPixmap m_contentPreviewPixmap;
|
||||
|
||||
|
Reference in New Issue
Block a user