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:
Tobias Hunger
2020-03-02 10:43:54 +01:00
committed by Tim Jenssen
parent 2642f8537d
commit 95182dc6b9
6 changed files with 11 additions and 11 deletions

View File

@@ -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;