Skip to content

Replaced QDesktopWidget::availableGeometry() and QDesktopWidget::screenGeometry() Calls

Karel Slaný requested to merge qscreen-geometry into develop

In Qt-5.14.0 the compiler complained about replacing QDesktopWidget::availableGeometry() and QDesktopWidget::screenGeometry() calls.

The replacement code is based on functionality which should be, according to the documentation, available since Qt-5.0.

Edited by Karel Slaný

Merge request reports