Fix QWindow::moveEvent documentation
It handles window movement events, not mouse move events. Change-Id: Ibc8fd0272756fcf87dfac210addbf2f87cfb39d5 Reviewed-by: aavit <eirik.aavitsland@digia.com>
This commit is contained in:
parent
549c3248ec
commit
52e38509c6
@ -1782,7 +1782,7 @@ void QWindow::exposeEvent(QExposeEvent *ev)
|
||||
}
|
||||
|
||||
/*!
|
||||
Override this to handle mouse events (\a ev).
|
||||
Override this to handle window move events (\a ev).
|
||||
*/
|
||||
void QWindow::moveEvent(QMoveEvent *ev)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user