Move the CursorPositions header to the enums header instead
Otherwise will have to include WidgetResizeHandler_p.h where I don't want to. And make it an installed header etc.
This commit is contained in:
@@ -422,7 +422,7 @@ void WidgetResizeHandler::restoreMouseCursor()
|
||||
mTarget->setCursor(Qt::ArrowCursor);
|
||||
}
|
||||
|
||||
WidgetResizeHandler::CursorPosition WidgetResizeHandler::cursorPosition(QPoint globalPos) const
|
||||
CursorPosition WidgetResizeHandler::cursorPosition(QPoint globalPos) const
|
||||
{
|
||||
if (!mTarget)
|
||||
return CursorPosition_Undefined;
|
||||
|
||||
Reference in New Issue
Block a user