Skip to content
Snippets Groups Projects
Commit f369fd8d authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

QmlJS: Add bezierCurve to builtins


Change-Id: Ie0301379742af679f785dc18c363e6e310069956
Reviewed-by: default avatarMarco Benelli <marco.benelli@qt.io>
parent 06830421
No related branches found
No related tags found
No related merge requests found
......@@ -417,6 +417,7 @@ Module {
Property { name: "amplitude"; type: "qreal" }
Property { name: "overshoot"; type: "qreal" }
Property { name: "period"; type: "qreal" }
Property { name: "bezierCurve"; type: "QVariantList" }
}
Component {
name: "QDeclarativeFlickable"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment