Closed Nightwalker-87 closed 1 year 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.
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.