pololu / pololu-usb-avr-programmer-v2

Pololu USB AVR Programmer v2 software.
https://www.pololu.com/product/3170
Other
14 stars 2 forks source link

Qt 5.15 - Obsolete Members for QDesktopWidget #3

Closed Nightwalker-87 closed 1 year ago

Nightwalker-87 commented 4 years ago

Thanks for providing and maintaining this code project. I've run into the following issue, which I'd like to share with you to improve this tool:

During compilation one now runs into the following warning:

warning: ‘const QRect QDesktopWidget::availableGeometry(int) const’ is deprecated: Use QGuiApplication::screens()

See also: https://doc.qt.io/qt-5/qdesktopwidget-obsolete.html

I propose to have this issue fixed as it will push this codebase into obsolescence midterm.