forked from qt-creator/qt-creator
QmlJSCheck: Allow animations in ui.qml files
Task-number: QDS-1613 Change-Id: I4beecff16d0b67652abbdb16945614d2497d3921 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -603,16 +603,9 @@ public:
|
|||||||
class UnsupportedTypesByQmlUi : public QStringList
|
class UnsupportedTypesByQmlUi : public QStringList
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
UnsupportedTypesByQmlUi() : QStringList({"Binding",
|
UnsupportedTypesByQmlUi() : QStringList({"ShaderEffect",
|
||||||
"ShaderEffect",
|
|
||||||
"ShaderEffectSource",
|
|
||||||
"Component",
|
"Component",
|
||||||
"Transition",
|
"Transition",
|
||||||
"PropertyAnimation",
|
|
||||||
"SequentialAnimation",
|
|
||||||
"PropertyAnimation",
|
|
||||||
"SequentialAnimation",
|
|
||||||
"ParallelAnimation",
|
|
||||||
"Drawer"})
|
"Drawer"})
|
||||||
{
|
{
|
||||||
append(UnsupportedTypesByVisualDesigner());
|
append(UnsupportedTypesByVisualDesigner());
|
||||||
|
Reference in New Issue
Block a user