qt6-bb10/tests/auto/widgets
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
..
dialogs Move QFileSystemModel into QtGui 2020-08-25 06:33:44 +02:00
effects CMake: Regenerate subdir test projects 2020-07-09 09:38:39 +02:00
graphicsview Change QWidget::enterEvent signature to take a QEnterEvent 2020-09-05 02:06:26 +02:00
itemviews QTable/TreeView: fix sortByColumn() when view is already sorted 2020-09-02 22:44:30 +02:00
kernel Change QWidget::enterEvent signature to take a QEnterEvent 2020-09-05 02:06:26 +02:00
styles Deprecate and remove uses of AA_DisableHighDpiScaling 2020-08-31 19:14:55 +02:00
util Refactor pointer event hierarchy 2020-07-10 14:32:56 +02:00
widgets Extend test blacklisting from Ubuntu 18.04 to 20.04 2020-09-03 14:30:04 +02:00
CMakeLists.txt Begin port of qtbase to CMake 2018-11-01 11:48:46 +00:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00