Browse Source
For increased type safety, some enums have been changed to scoped enums in Qt 6.2, see https://codereview.qt-project.org/c/qt/qtconnectivity/+/336678 This patch adapts qgroundcontrol to this change. Since C++11, enums inject their symbols in both their own and their parent namespace, so this patch can be merged right now. Signed-off-by: Andreas Buhr <andreas.buhr@qt.io>QGC4.4
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue