forked from qt-creator/qt-creator
QmlJS: Allow NumberAnimation for ui.qml files
Change-Id: I12836a2d7708d50278715139f0cfba5fa221f8eb Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -575,7 +575,6 @@ public:
|
|||||||
"PropertyAnimation",
|
"PropertyAnimation",
|
||||||
"SequentialAnimation",
|
"SequentialAnimation",
|
||||||
"ParallelAnimation",
|
"ParallelAnimation",
|
||||||
"NumberAnimation",
|
|
||||||
"Drawer"})
|
"Drawer"})
|
||||||
{
|
{
|
||||||
append(UnsupportedTypesByVisualDesigner());
|
append(UnsupportedTypesByVisualDesigner());
|
||||||
|
Reference in New Issue
Block a user