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
|
||||
{
|
||||
public:
|
||||
UnsupportedTypesByQmlUi() : QStringList({"Binding",
|
||||
"ShaderEffect",
|
||||
"ShaderEffectSource",
|
||||
UnsupportedTypesByQmlUi() : QStringList({"ShaderEffect",
|
||||
"Component",
|
||||
"Transition",
|
||||
"PropertyAnimation",
|
||||
"SequentialAnimation",
|
||||
"PropertyAnimation",
|
||||
"SequentialAnimation",
|
||||
"ParallelAnimation",
|
||||
"Drawer"})
|
||||
{
|
||||
append(UnsupportedTypesByVisualDesigner());
|
||||
|
Reference in New Issue
Block a user