aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/smooth/SourceImage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/smooth/SourceImage.qml')
-rw-r--r--tests/manual/smooth/SourceImage.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/manual/smooth/SourceImage.qml b/tests/manual/smooth/SourceImage.qml
deleted file mode 100644
index 86cf269..0000000
--- a/tests/manual/smooth/SourceImage.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick 2.12
-
-Image {
- source: "star.png"
- smooth: false
- scale: 4
- transformOrigin: Item.TopLeft
-}