summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests
diff options
context:
space:
mode:
authorAndras Becsi <andras.becsi@digia.com>2014-08-06 14:58:33 +0200
committerAndras Becsi <andras.becsi@digia.com>2014-08-06 17:49:30 +0200
commit83a6c1b92f38b4b0bdb3f90d67be7bb1e4caef7a (patch)
tree030b00c0810eae31e6506202c1a3d687928c779f /tests/auto/quick/qmltests
parent8d914a161db9a4760594267285c48521b3af5481 (diff)
Move the runJavaScript function from experimental to public API
This is essential API that should be public. Change-Id: Ifbd86171933936112e2495ebed074faa2e52464d Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
Diffstat (limited to 'tests/auto/quick/qmltests')
-rw-r--r--tests/auto/quick/qmltests/data/TestWebEngineView.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/quick/qmltests/data/TestWebEngineView.qml b/tests/auto/quick/qmltests/data/TestWebEngineView.qml
index 5cbb2c899..dd05aea8b 100644
--- a/tests/auto/quick/qmltests/data/TestWebEngineView.qml
+++ b/tests/auto/quick/qmltests/data/TestWebEngineView.qml
@@ -79,8 +79,6 @@ WebEngineView {
return predicate()
}
- function runJavaScript(script, callback) { experimental.runJavaScript(script, callback); }
-
TestResult { id: testResult }
onLoadingChanged: {