qt5base-lts/tests/manual/cocoa
Volker Hilsheimer 0f39cfae93 Change QWidget::enterEvent signature to take a QEnterEvent
This is a source incompatible change for widget implementors.
Leaving the old enterEvent as a virtual overload is problematic due to
shadowing. Best to make a clean cut, widget reimplementors will get a compile
time warning if they mark their override as such, or if they try to call the
parent class implementation.

Addresses ### Qt 6 comment.

[ChangeLog][QtWidgets][QWidget] The virtual enterEvent handler now receives
a QEnterEvent, which contains information about mouse position and button
states, rather than a plain QEvent.

Change-Id: I233f594fd79c0c090983b3db8532913d00132fde
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-09-05 02:06:26 +02:00
..
appicon CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00
menurama CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00
menus CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00
nativewidgets Change QWidget::enterEvent signature to take a QEnterEvent 2020-09-05 02:06:26 +02:00
popups CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00
qsystemtrayicon CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00
qt_on_cocoa CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00
wheelevent CMake: Regenerate manual tests 2020-07-08 11:01:38 +02:00