Details
-
Suggestion
-
Resolution: Fixed
-
P4: Low
-
None
-
None
Description
QQuickPath is private API, still it useful for applications:
- to create QML components with familiar API
- to reuse implementation of Bezier and Catmull-Rom curves
Sadly this classes are marked with Q_AUTOTEST_EXPORT right now. They should be marked Q_QUICK_PRIVATE_EXPORT instead.