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].
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].