From 4bf1474aa0ec6f4aaf3757a3d3774202a16af628 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 4 Sep 2019 15:37:58 +0200 Subject: [PATCH] QmlDesigner: Allow transformations in Qt Quick Designer They are passively supported and we plan better support in the future. Change-Id: I22520335ae3dba5804ec4c8902624b4afe4254a3 Reviewed-by: Tim Jenssen --- src/libs/qmljs/qmljscheck.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/libs/qmljs/qmljscheck.cpp b/src/libs/qmljs/qmljscheck.cpp index cd6d0244436..6b961df84a2 100644 --- a/src/libs/qmljs/qmljscheck.cpp +++ b/src/libs/qmljs/qmljscheck.cpp @@ -593,11 +593,7 @@ public: class UnsupportedTypesByVisualDesigner : public QStringList { public: - UnsupportedTypesByVisualDesigner() : QStringList({"Transform", - "Timer", - "Rotation", - "Scale", - "Translate", + UnsupportedTypesByVisualDesigner() : QStringList({"Timer", "Package", "Particles"}) {}