qml: DragController now compiles with the QtQuick frontend

This commit is contained in:
Sergio Martins
2020-08-06 23:31:44 +01:00
parent 051f8ab3a6
commit 37590b44d7
4 changed files with 20 additions and 15 deletions

View File

@@ -69,7 +69,7 @@ private:
DragController(QObject * = nullptr);
StateBase *activeState() const;
QWidgetOrQuick *qtTopLevelUnderCursor() const;
WidgetType *qtTopLevelUnderCursor() const;
DropArea *dropAreaUnderCursor() const;
Draggable *draggableForQObject(QObject *o) const;
QPoint m_pressPos;