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 62cbd823c9
commit 6edfcc4f02
2 changed files with 5 additions and 1 deletions

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: