aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmljs
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2017-05-22 15:48:33 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2017-05-22 14:19:02 +0000
commitc515f68786390f830019e1a3ca45d3bd01c303e0 (patch)
treef09707b138b850400ae74e5f1e07c109c2f11aba /src/libs/qmljs
parenta03e04b1cd1f04aafa439f2f20a321d019555b3a (diff)
QmlJS: Allow Loaders in ui.qml files
Loader are working in the designer and we will add more support for them in the future. Change-Id: Ied62d65b0eb9933b44a7833ccafcb934d4ae6fba Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/libs/qmljs')
-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 9d3cb2a142..ecf5112633 100644
--- a/src/libs/qmljs/qmljscheck.cpp
+++ b/src/libs/qmljs/qmljscheck.cpp
@@ -569,7 +569,6 @@ public:
"ShaderEffect",
"ShaderEffectSource",
"Component",
- "Loader",
"Transition",
"PropertyAnimation",
"SequentialAnimation",