aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickimage/data/nullpixmap.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qquickimage/data/nullpixmap.qml')
-rw-r--r--tests/auto/declarative/qquickimage/data/nullpixmap.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qquickimage/data/nullpixmap.qml b/tests/auto/declarative/qquickimage/data/nullpixmap.qml
deleted file mode 100644
index d52f41f164..0000000000
--- a/tests/auto/declarative/qquickimage/data/nullpixmap.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-
-Image {
- width: 10; height:10; fillMode: Image.PreserveAspectFit
- source: ""
-}