aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2019-09-04 15:37:58 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2019-09-05 12:47:03 +0000
commit4bf1474aa0ec6f4aaf3757a3d3774202a16af628 (patch)
tree0ddce199517b55ce8464834e468d0cc2811452f0
parent090b39cc9521bf3f6887aecdcba75127ef685194 (diff)
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 <tim.jenssen@qt.io>
-rw-r--r--src/libs/qmljs/qmljscheck.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libs/qmljs/qmljscheck.cpp b/src/libs/qmljs/qmljscheck.cpp
index cd6d024443..6b961df84a 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"})
{}