Install DragController_p.h

Still private. It's for advanced used only.
This commit is contained in:
Sergio Martins
2020-10-09 16:49:16 +01:00
parent 15dc64d550
commit 17df7b5b4e
2 changed files with 5 additions and 1 deletions

View File

@@ -62,12 +62,14 @@ set(DOCKS_INSTALLABLE_INCLUDES
)
set(DOCKS_INSTALLABLE_PRIVATE_INCLUDES
private/DragController_p.h
private/Draggable_p.h
private/DropIndicatorOverlayInterface_p.h
private/FloatingWindow_p.h
private/Frame_p.h
private/SideBar_p.h
private/TitleBar_p.h
private/WindowBeingDragged_p.h
)
set(DOCKS_INSTALLABLE_PRIVATE_WIDGET_INCLUDES

View File

@@ -12,6 +12,8 @@
#ifndef KD_DRAGCONTROLLER_P_H
#define KD_DRAGCONTROLLER_P_H
#include "docks_export.h"
#include "TitleBar_p.h"
#include "WindowBeingDragged_p.h"
@@ -26,7 +28,7 @@ class DropArea;
class Draggable;
class FallbackMouseGrabber;
class DragController : public QStateMachine
class DOCKS_EXPORT DragController : public QStateMachine
{
Q_OBJECT
public: