diff --git a/src/libs/qmljs/qmljscheck.cpp b/src/libs/qmljs/qmljscheck.cpp index 292f063b2b4..64cb19f2edb 100644 --- a/src/libs/qmljs/qmljscheck.cpp +++ b/src/libs/qmljs/qmljscheck.cpp @@ -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());