qt5base-lts/examples/corelib/threads/mandelbrot
Sona Kurazyan 1b7ce85a60 Remove usages of deprecated APIs of QWheelEvent
- Replaced the usages of deprecated QWheelEvent::delta() and
  QWheelEvent::orientation() with QWheelEvent::angleDelta().
  In most of the examples it is acceptable to use only the vertical
  component of angle delta.

- Made the docs APIs to build conditionally, based on the
  deprecation version.

Task-number: QTBUG-76491
Task-number: QTBUG-76540
Change-Id: Id4230d483f724af49e4b6349b44881c3944de2a2
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-08-23 21:51:43 +02:00
..
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
mandelbrot.pro Haiku: Make examples compile on Haiku 2015-01-14 05:37:12 +01:00
mandelbrotwidget.cpp Remove usages of deprecated APIs of QWheelEvent 2019-08-23 21:51:43 +02:00
mandelbrotwidget.h Cleanup QtCore examples 2019-02-06 22:11:27 +00:00
renderthread.cpp Cleanup QtCore examples 2019-02-06 22:11:27 +00:00
renderthread.h Cleanup QtCore examples 2019-02-06 22:11:27 +00:00