diff options
Diffstat (limited to 'tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml')
-rw-r--r-- | tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml b/tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml index bee2618..9ea2b64 100644 --- a/tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml +++ b/tests/auto/declarative/qmlvisual/webview/javascript/evaluateJavaScript.qml @@ -1,7 +1,8 @@ import QtQuick 1.0 -import org.webkit 1.0 +import QtWebKit 1.0 Column { + property string skip: "WebView tests not counting until resources allocated to WebView maintenance" WebView { id: webview width: 200 |