Fix non-developer build

This commit is contained in:
Sergio Martins
2019-07-24 10:29:50 +01:00
parent 962b6d6779
commit e5e590e498

View File

@@ -47,7 +47,7 @@ class TitleBar;
class Item;
class LastPosition;
class DockRegistry;
class TabWidget;
/**
* @brief Represents a dock widget.
*/
@@ -237,12 +237,16 @@ private:
friend class Frame;
friend class DropArea;
friend class TestDocks;
friend class Item;
friend class KDDockWidgets::TabWidget;
friend class KDDockWidgets::DragController;
friend class KDDockWidgets::TitleBar;
friend struct KDDockWidgets::WindowBeingDragged;
friend class KDDockWidgets::Item;
friend class KDDockWidgets::DockRegistry;
friend QDataStream &operator<<(QDataStream &ds, DockWidget *);
/**
* @brief the TitleBar instance used by this dock widget
* Note that this TitleBar will only be visible if this dock widget is a window (QWidget::isWindow()),