qt5base-lts/tests/manual/qcursor
Sona Kurazyan 66a9c4b0b2 Remove usages of deprecated APIs of QDesktopWidget
- Replaced the usages of the following deprecated APIs:
  * QDesktopWidget::screenCount() -> QGuiApplication::screens().size()
  * QDesktopWidget::screenGeometry(int) -> QGuiApplication::screens().at()
  * QDesktopWidget::screenNumber(QPoint) -> QGuiApplication::screenAt(QPoint)

- Added notes for the QWidget *QDesktopWidget::screen(int), which
currently has no replacement.

- Fixed the tests to build conditionally, only when these APIs are
enabled.

Task-number: QTBUG-76491
Change-Id: I2fdec96d0a6a4fc782c53549b05a5556412b8305
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2019-10-13 13:08:42 +02:00
..
allcursors Merge remote-tracking branch 'origin/5.6' into 5.7 2016-05-19 12:55:27 +02:00
childwidget tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
childwindow tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
childwindowcontainer tests: Unify license to GPL-EXCEPT 2017-04-03 07:18:46 +00:00
grab_override Fix usage of QGuiApplication::set/resetOverrideCursor 2018-11-05 21:57:43 +00:00
qcursorhighdpi Remove usages of deprecated APIs of QDesktopWidget 2019-10-13 13:08:42 +02:00
qcursor.pro Cocoa: Make child window cursors work correctly 2016-11-08 12:30:45 +00:00