aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2018-06-17 10:57:21 +0200
committerLars Knoll <lars.knoll@qt.io>2018-06-25 07:36:17 +0000
commitf5a7953df3cb61edc6cc30175ea4f7f1c97deae6 (patch)
treeeec73680dff46f211f960d721843bbcad5fc7b42 /tests/auto/qml/qjsengine
parentc21a6a9f2c2d635aca3bf88a6431c560b16b1cc6 (diff)
Partial Proxy support
get, set and deleteProperty proxying is implemented, the others require some more changes in our engine. Change-Id: I4dd4b154b1a582f5e36cdc9429fa049fd37d5167 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests/auto/qml/qjsengine')
-rw-r--r--tests/auto/qml/qjsengine/tst_qjsengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qml/qjsengine/tst_qjsengine.cpp b/tests/auto/qml/qjsengine/tst_qjsengine.cpp
index 08f69618c4..796d9e9c34 100644
--- a/tests/auto/qml/qjsengine/tst_qjsengine.cpp
+++ b/tests/auto/qml/qjsengine/tst_qjsengine.cpp
@@ -973,6 +973,7 @@ void tst_QJSEngine::globalObjectProperties_enumerate()
<< "Set"
<< "Map"
<< "Reflect"
+ << "Proxy"
;
QSet<QString> actualNames;
{