summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/tst_webchannel.qml
diff options
context:
space:
mode:
authorPierre Rossi <pierre.rossi@theqtcompany.com>2015-02-12 16:43:23 +0100
committerPierre Rossi <pierre.rossi@theqtcompany.com>2015-02-13 14:11:31 +0000
commitebe4b5da40d8784351821ae0ba173f357bb519f8 (patch)
treef4a6d76a9ac536d71db046f511383da3ae5ffc03 /tests/auto/quick/qmltests/data/tst_webchannel.qml
parent53876e63be3a5aa1de038e3ecd593fdac721b78d (diff)
Move webChannel property out of experimental
Add a notify signal to go with the setter. Parent the default-provided channel to the view. Comes with basic documentation. Change-Id: I2bde8153df5928fc92ac36b7fa4d4b3b1da22f53 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'tests/auto/quick/qmltests/data/tst_webchannel.qml')
-rw-r--r--tests/auto/quick/qmltests/data/tst_webchannel.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qmltests/data/tst_webchannel.qml b/tests/auto/quick/qmltests/data/tst_webchannel.qml
index 1abb191e1..c3618659a 100644
--- a/tests/auto/quick/qmltests/data/tst_webchannel.qml
+++ b/tests/auto/quick/qmltests/data/tst_webchannel.qml
@@ -2,7 +2,7 @@
** Copyright (C) 2014 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Milian Wolff <milian.wolff@kdab.com>
** Contact: http://www.qt-project.org/legal
**
-** This file is part of the QtWebChannel module of the Qt Toolkit.
+** This file is part of the QtWebEngine module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
@@ -70,7 +70,7 @@ Item {
TestWebEngineView {
id: webView
- experimental.webChannel.registeredObjects: [testObject]
+ webChannel.registeredObjects: [testObject]
}
SignalSpy {