qt5base-lts/examples/network/http
Sona Kurazyan 9cc040a806 Prepare for deprecating the QDesktopWidget
QDesktopWidget is marked as obsolete in docs, but it is not yet
completely deprecated, some of its methods are still in use.

Replace uses of the following methods marked as obsolete:
- QDesktopWidget::screenNumber(QWidget*) -> QWidget::screen()
- QDesktopWidget::screenGeometry(QWidget*) -> QWidget::screen()->geometry()
- QDesktopWidget::availableGeometry(QWidget*) -> QWidget::screen()->availableGeometry()

Task-number: QTBUG-76491
Change-Id: I2cca30f2b4caa6e6848e8190e09f959d2c272f33
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2019-10-15 20:09:29 +02:00
..
authenticationdialog.ui Polish the HTTP example. 2015-11-05 13:54:13 +00:00
http.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
httpwindow.cpp HTTP example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:52 +02:00
httpwindow.h HTTP example: use std::unique_ptr instead of QScopedPointer 2019-05-15 11:03:52 +02:00
main.cpp Prepare for deprecating the QDesktopWidget 2019-10-15 20:09:29 +02:00