forked from qt-creator/qt-creator
ADS: Remove struct from DockManager
We do not use struct in Qt Creator. Change-Id: I7755d66bc7b77825ab17ed333b23cbe36e52ff72 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
committed by
Tim Jenssen
parent
2642f8537d
commit
95182dc6b9
@@ -50,7 +50,7 @@ namespace ADS {
|
||||
|
||||
class FloatingDockContainerPrivate;
|
||||
class DockManager;
|
||||
struct DockManagerPrivate;
|
||||
class DockManagerPrivate;
|
||||
class DockAreaWidget;
|
||||
class DockContainerWidget;
|
||||
class DockWidget;
|
||||
@@ -113,7 +113,7 @@ private:
|
||||
FloatingDockContainerPrivate *d; ///< private data (pimpl)
|
||||
friend class FloatingDockContainerPrivate;
|
||||
friend class DockManager;
|
||||
friend struct DockManagerPrivate;
|
||||
friend class DockManagerPrivate;
|
||||
friend class DockAreaTabBar;
|
||||
friend struct DockWidgetTabPrivate;
|
||||
friend class DockWidgetTab;
|
||||
|
||||
Reference in New Issue
Block a user