Browse Source
In some instances (touched by this commit) QGC has been using enums deprecated in Qt5.15. Enum deprecation itself appears to be a new thing (there in C++14, but seemingly not there in C++11). We have since formally upgraded to C++17 (https://github.com/mavlink/qgroundcontrol/pull/9760), but presumably nobody recompiled against Qt5.15 until I did, saw the errors and found myself needing to propose this change. The change itself is trivial and simply follows the migration notes found against individual deprecated enums.QGC4.4
4 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue