Fix non-developer build

This commit is contained in:
Sergio Martins
2020-05-22 12:26:21 +01:00
parent 7a852f700f
commit 0c776b6595

View File

@@ -55,6 +55,7 @@ class LayoutSaver;
class TabWidget;
class TitleBar;
class MainWindowBase;
class StateDragging;
/**
* @brief The DockWidget base-class. DockWidget and DockWidgetBase are only
@@ -342,6 +343,7 @@ private:
friend class Frame;
friend class DropArea;
friend class TestDocks;
friend class StateDragging;
friend class KDDockWidgets::TabWidget;
friend class KDDockWidgets::TitleBar;
friend class KDDockWidgets::DragController;