Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.14.1, 5.15.0 Beta1
-
None
-
1
-
ff36ed8c41b203ec11e23c6f7b7d8e4b048ca737 (qt/qtbase/5.14)
-
Da Vinci sprint 7
Description
Qt 5.14 deprecated QLineF::IntersectType and introduced an alias for it [1]:
enum IntersectType { NoIntersection, BoundedIntersection, UnboundedIntersection };
using IntersectionType = IntersectType;
It sounds like QDoc didn't like the alias and complained, but the fix was incomplete [2]
[1] https://codereview.qt-project.org/c/qt/qtbase/+/254857
[2] https://codereview.qt-project.org/c/qt/qtbase/+/285973/7/src/corelib/tools/qline.cpp