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:
Laszlo Agocs 2013-09-13 12:55:43 +02:00 committed by The Qt Project
parent 549c3248ec
commit 52e38509c6

View File

@ -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)
{