From f369fd8d6a82b83d6029abb5197fdea1ab1d34c6 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann <thomas.hartmann@qt.io> Date: Wed, 13 Sep 2017 14:56:46 +0200 Subject: [PATCH] QmlJS: Add bezierCurve to builtins Change-Id: Ie0301379742af679f785dc18c363e6e310069956 Reviewed-by: Marco Benelli <marco.benelli@qt.io> --- share/qtcreator/qml-type-descriptions/builtins.qmltypes | 1 + 1 file changed, 1 insertion(+) 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" -- GitLab