diff options
Diffstat (limited to 'tests/auto/declarative/qmlvisual/webview/settings/noAutoLoadImages.qml')
-rw-r--r-- | tests/auto/declarative/qmlvisual/webview/settings/noAutoLoadImages.qml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmlvisual/webview/settings/noAutoLoadImages.qml b/tests/auto/declarative/qmlvisual/webview/settings/noAutoLoadImages.qml index 3d50664..c465be8 100644 --- a/tests/auto/declarative/qmlvisual/webview/settings/noAutoLoadImages.qml +++ b/tests/auto/declarative/qmlvisual/webview/settings/noAutoLoadImages.qml @@ -1,7 +1,8 @@ import QtQuick 1.0 -import org.webkit 1.0 +import QtWebKit 1.0 Grid { + property string skip: "WebView tests not counting until resources allocated to WebView maintenance" columns: 2 Rectangle { Text { id: label; x:10; y:170; color: "green"; text: "No image" } |