diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativewebview/data/pixelCache.qml')
-rw-r--r-- | tests/auto/declarative/qdeclarativewebview/data/pixelCache.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qdeclarativewebview/data/pixelCache.qml b/tests/auto/declarative/qdeclarativewebview/data/pixelCache.qml deleted file mode 100644 index 08e4d65..0000000 --- a/tests/auto/declarative/qdeclarativewebview/data/pixelCache.qml +++ /dev/null @@ -1,6 +0,0 @@ -import Test 1.0 - -MyWebView { - anchors.fill: parent - url: "pixelCache.html" -} |