summaryrefslogtreecommitdiff
path: root/src/libs/qmljs/qmljscheck.cpp
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2018-03-07 14:50:13 +0100
committerThomas Hartmann <thomas.hartmann@qt.io>2018-03-07 14:13:08 +0000
commit3b1e0e070af73bb757406d7257bd1d161d307974 (patch)
tree7f02d5bc126e2530e10746041ee750fc34d66755 /src/libs/qmljs/qmljscheck.cpp
parenta776157cabb5943b0910d34cf967c17ec46444e9 (diff)
downloadqt-creator-3b1e0e070af73bb757406d7257bd1d161d307974.tar.gz
QmlJS: Allow NumberAnimation for ui.qml files
Change-Id: I12836a2d7708d50278715139f0cfba5fa221f8eb Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Diffstat (limited to 'src/libs/qmljs/qmljscheck.cpp')
-rw-r--r--src/libs/qmljs/qmljscheck.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/qmljs/qmljscheck.cpp b/src/libs/qmljs/qmljscheck.cpp
index 5b184d37b0..1acedaf4a0 100644
--- a/src/libs/qmljs/qmljscheck.cpp
+++ b/src/libs/qmljs/qmljscheck.cpp
@@ -575,7 +575,6 @@ public:
"PropertyAnimation",
"SequentialAnimation",
"ParallelAnimation",
- "NumberAnimation",
"Drawer"})
{
append(UnsupportedTypesByVisualDesigner());