Send enter to the child at the position of the QEnterEvent.
authorFriedemann Kleint <Friedemann.Kleint@digia.com>
Thu, 8 Nov 2012 11:45:08 +0000 (12:45 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Wed, 14 Nov 2012 09:36:38 +0000 (10:36 +0100)
commit39a09526870e7cd0b27402aca817a71306dc5c41
tree6b96028c6002a295f0550343bea0de5ce3be4bfc
parent4334e0fcc60497da73671063deb68fb1661f864c
Send enter to the child at the position of the QEnterEvent.

This was apparently done so in each of the widget_<platform>.cpp
in Qt 4.8. This then causes the cursor to be updated in
dispatchEnterLeave() on Windows and Linux.

Task-number: QTBUG-27871
Task-number: QTBUG-27585
Task-number: QTBUG-26424
Change-Id: Idf14cd96ccb36f7c2607853ed8b0024c36a5413c
Reviewed-by: Oliver Wolff <oliver.wolff@digia.com>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>
src/widgets/kernel/qwidgetwindow.cpp
tests/auto/widgets/kernel/qwidget/tst_qwidget.cpp