mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-25 07:31:33 +08:00
Fixed MSVC build warning
This commit is contained in:
parent
4c928071af
commit
9af9e43a5d
@ -30,7 +30,7 @@ class CFloatingDragPreview : public QWidget, public IFloatingWidget
|
||||
Q_OBJECT
|
||||
private:
|
||||
FloatingDragPreviewPrivate* d;
|
||||
friend class FloatingDragPreviewPrivate;
|
||||
friend struct FloatingDragPreviewPrivate;
|
||||
|
||||
private slots:
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user