summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAntti Sinnemaa <antti.sinnemaa@nokia.com>2012-01-24 13:58:27 +0200
committerAntti Sinnemaa <antti.sinnemaa@nokia.com>2012-01-24 13:58:27 +0200
commit4664e86672ee0242f4201ebf7e4673b16e7dc733 (patch)
treecf49ed6a91a6176187b92bab3500caa4c7ee12e1 /tools
parentecb1abba3bbc7ec3c7d5c3eaf0e8907567f716d1 (diff)
downloadqtgraphicaleffects-4664e86672ee0242f4201ebf7e4673b16e7dc733.tar.gz
Displace effect update
Diffstat (limited to 'tools')
-rw-r--r--tools/pngdumper/pngdumper.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pngdumper/pngdumper.qml b/tools/pngdumper/pngdumper.qml
index 0d47b7d..ce7e9b1 100644
--- a/tools/pngdumper/pngdumper.qml
+++ b/tools/pngdumper/pngdumper.qml
@@ -169,7 +169,7 @@ Rectangle {
x: (parent.width - width) / 2
y: (parent.height - height) / 2
sourceSize: Qt.size(128, 128)
- source: "../../tests/manual/testbed/images/displacementmap.png"
+ source: "../../tests/manual/testbed/images/glass_normal.png"
smooth: true
}
}