QmlJS: Allow NumberAnimation for ui.qml files

Change-Id: I12836a2d7708d50278715139f0cfba5fa221f8eb
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
Thomas Hartmann
2018-03-07 14:50:13 +01:00
parent a776157cab
commit 3b1e0e070a

View File

@@ -575,7 +575,6 @@ public:
"PropertyAnimation", "PropertyAnimation",
"SequentialAnimation", "SequentialAnimation",
"ParallelAnimation", "ParallelAnimation",
"NumberAnimation",
"Drawer"}) "Drawer"})
{ {
append(UnsupportedTypesByVisualDesigner()); append(UnsupportedTypesByVisualDesigner());