Fix non-developer build
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user