Factor out setting the mouse cursor
We'll soon also need to call qApp's set cursor
This commit is contained in:
@@ -62,6 +62,7 @@ protected:
|
||||
private:
|
||||
void mouseMoveEvent(QMouseEvent *e);
|
||||
void updateCursor(CursorPosition m);
|
||||
void setMouseCursor(Qt::CursorShape cursor);
|
||||
CursorPosition cursorPosition(QPoint) const;
|
||||
QWidgetOrQuick *mTarget = nullptr;
|
||||
CursorPosition mCursorPos = CursorPosition_Undefined;
|
||||
|
||||
Reference in New Issue
Block a user