diff --git a/share/qtcreator/qml-type-descriptions/builtins.qmltypes b/share/qtcreator/qml-type-descriptions/builtins.qmltypes index f99c636889c..811ad87c1e8 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"