QmlJS: Add bezierCurve to builtins

Change-Id: Ie0301379742af679f785dc18c363e6e310069956
Reviewed-by: Marco Benelli <marco.benelli@qt.io>
This commit is contained in:
Thomas Hartmann
2017-09-13 14:56:46 +02:00
parent 0683042141
commit f369fd8d6a

View File

@@ -417,6 +417,7 @@ Module {
Property { name: "amplitude"; type: "qreal" } Property { name: "amplitude"; type: "qreal" }
Property { name: "overshoot"; type: "qreal" } Property { name: "overshoot"; type: "qreal" }
Property { name: "period"; type: "qreal" } Property { name: "period"; type: "qreal" }
Property { name: "bezierCurve"; type: "QVariantList" }
} }
Component { Component {
name: "QDeclarativeFlickable" name: "QDeclarativeFlickable"