qt5base-lts/tests/auto/widgets/itemviews
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
..
qabstractitemview Fix deprecation warnings in widget autotests 2019-02-08 18:00:51 +00:00
qcolumnview unblacklist passing tests 2019-07-08 11:01:42 +00:00
qdatawidgetmapper tests/auto/widgets: use QCOMPARE(., nullptr) 2016-11-30 07:24:47 +00:00
qdirmodel winrt: Make itemview auto tests pass 2018-06-22 05:02:44 +00:00
qfileiconprovider Updated license headers 2016-01-21 18:55:18 +00:00
qheaderview unblacklist passing tests 2019-07-08 11:01:42 +00:00
qitemdelegate Merge remote-tracking branch 'origin/5.13' into dev 2019-06-14 13:45:18 +02:00
qitemeditorfactory Updated license headers 2016-01-21 18:55:18 +00:00
qitemview Fix use of deprecated ItemDataRoles Background/TextColorRole 2018-11-05 21:58:37 +00:00
qlistview Finish deprecating obsolete members of QWheelEvent 2019-07-12 15:13:01 +02:00
qlistwidget Fix compilation with Qt 6 2019-05-06 20:04:45 +00:00
qtableview Finish deprecating obsolete members of QWheelEvent 2019-07-12 15:13:01 +02:00
qtablewidget Fix compilation with Qt 6 2019-05-06 20:04:45 +00:00
qtreeview Merge remote-tracking branch 'origin/5.12' into 5.13 2019-02-28 01:00:15 +01:00
qtreewidget Fix compilation with Qt 6 2019-05-06 20:04:45 +00:00
qtreewidgetitemiterator QTreeWidget: mark (is|set)Item(Selected|Hidden|Expanded) as deprecated 2018-11-09 19:07:51 +00:00
itemviews.pro Remove references to obsolete platforms 2017-11-05 06:33:53 +00:00