forked from qt-creator/qt-creator
ADS: Remove struct from FloatingDragPreview
Change-Id: Ib254b9eff1a2a5bd6951d5c9c59c9290664c2c89 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -43,7 +43,7 @@ namespace ADS {
|
||||
|
||||
class DockWidget;
|
||||
class DockAreaWidget;
|
||||
struct FloatingDragPreviewPrivate;
|
||||
class FloatingDragPreviewPrivate;
|
||||
|
||||
/**
|
||||
* A floating overlay is a temporary floating widget that is just used to
|
||||
@@ -56,7 +56,7 @@ class FloatingDragPreview : public QWidget, public AbstractFloatingWidget
|
||||
Q_OBJECT
|
||||
private:
|
||||
FloatingDragPreviewPrivate *d;
|
||||
friend struct FloatingDragPreviewPrivate;
|
||||
friend class FloatingDragPreviewPrivate;
|
||||
|
||||
/**
|
||||
* Cancel non opaque undocking if application becomes inactive
|
||||
|
||||
Reference in New Issue
Block a user