qt5base-lts/tests/auto/widgets
Shawn Rutledge 7d29807296 Finish deprecating obsolete members of QWheelEvent
In Qt 5.0, delta() and orientation() were already marked obsolete,
but Widgets and tests have kept on depending on them all this time.
We now start using alternative API so they can really be deprecated.
All constructors except the newest one are also deprecated.
The plan is for all events from pointing devices to have
QPointF position() and globalPosition(), so we deprecate
the other position accessors.

[ChangeLog][QtGui] Obsolete constructors and accessors in QWheelEvent
now have proper deprecation macros.  What is left is intended to be
compatible with planned changes in Qt 6.

Change-Id: I26250dc90922b60a6ed20d7f65f38019da3e139e
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@qt.io>
2019-07-12 15:13:01 +02:00
..
dialogs unblacklist passing tests 2019-07-08 11:01:42 +00:00
effects unblacklist passing tests 2019-07-08 11:01:42 +00:00
graphicsview Finish deprecating obsolete members of QWheelEvent 2019-07-12 15:13:01 +02:00
itemviews Finish deprecating obsolete members of QWheelEvent 2019-07-12 15:13:01 +02:00
kernel unblacklist passing tests 2019-07-08 11:01:42 +00:00
styles Remove usages of QSysInfo's deprecated APIs 2019-07-05 09:26:17 +00:00
util unblacklist passing tests 2019-07-08 11:01:42 +00:00
widgets Finish deprecating obsolete members of QWheelEvent 2019-07-12 15:13:01 +02:00
widgets.pro Move QGestureRecognizer test to widgets/kernel 2017-06-02 18:36:11 +00:00