aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgimage/data/nullpixmap.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2011-05-17 15:50:03 +1000
committerYann Bodson <yann.bodson@nokia.com>2011-05-17 15:51:46 +1000
commit264c267f8d00d3d881d6d0bcc1ed5e7de93abbe8 (patch)
tree059b67ea2ede37b97407e211b7cca6be17b1a036 /tests/auto/declarative/qsgimage/data/nullpixmap.qml
parent7740c4c9a1a3cba3fec26e8995bfc8af9f94cd06 (diff)
Make QSGImage autotests compile.
Diffstat (limited to 'tests/auto/declarative/qsgimage/data/nullpixmap.qml')
-rw-r--r--tests/auto/declarative/qsgimage/data/nullpixmap.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgimage/data/nullpixmap.qml b/tests/auto/declarative/qsgimage/data/nullpixmap.qml
new file mode 100644
index 0000000000..d52f41f164
--- /dev/null
+++ b/tests/auto/declarative/qsgimage/data/nullpixmap.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.0
+
+Image {
+ width: 10; height:10; fillMode: Image.PreserveAspectFit
+ source: ""
+}