summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/tst_webchannel.qml
diff options
context:
space:
mode:
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 {