diff options
author | Thomas Hartmann <thomas.hartmann@qt.io> | 2017-09-13 14:56:46 +0200 |
---|---|---|
committer | Thomas Hartmann <thomas.hartmann@qt.io> | 2017-09-18 12:05:58 +0000 |
commit | f369fd8d6a82b83d6029abb5197fdea1ab1d34c6 (patch) | |
tree | 7e170e852ecab6bc1543101a2a3dec782681b0db /share | |
parent | 068304214155b2b5d57015862612cbb4292a6b64 (diff) | |
download | qt-creator-f369fd8d6a82b83d6029abb5197fdea1ab1d34c6.tar.gz |
QmlJS: Add bezierCurve to builtins
Change-Id: Ie0301379742af679f785dc18c363e6e310069956
Reviewed-by: Marco Benelli <marco.benelli@qt.io>
Diffstat (limited to 'share')
-rw-r--r-- | share/qtcreator/qml-type-descriptions/builtins.qmltypes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qml-type-descriptions/builtins.qmltypes b/share/qtcreator/qml-type-descriptions/builtins.qmltypes index f99c636889..811ad87c1e 100644 --- a/share/qtcreator/qml-type-descriptions/builtins.qmltypes +++ b/share/qtcreator/qml-type-descriptions/builtins.qmltypes @@ -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" |