qt: remove incorrect mouse event scaling
Since commit 66e86e15, m_sourceSize is never written, and no scaling must be applied.
This makes hoverMoveEvent() consistent with mouseMoveEvent(), which did not apply any scaling.
- Fixes #25385 (closed)
- Fixes #26799 (closed)
Edited by Romain Vimont