forked from qt-creator/qt-creator
QmlJS: Add bezierCurve to builtins
Change-Id: Ie0301379742af679f785dc18c363e6e310069956 Reviewed-by: Marco Benelli <marco.benelli@qt.io>
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user