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 - Deprecation warning #6

Closed Nightwalker-87 closed 1 year ago

Nightwalker-87 commented 1 year ago

There are several occurrences of the following deprecation warning in main_window.cpp which should be fixed to avoid obsolesence. Also the minimum system requirements for installation (Qt 5.15) should be raised.

warning: ‘constexpr QFlags::QFlags(Zero) [with Enum = Qt::AlignmentFlag; Zero = int QFlags::Private::*]’ is deprecated: Use default constructor instead [-Wdeprecated-declarations].