summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-07-29 01:11:24 (GMT)
committerToby Tomkins <toby.tomkins@nokia.com>2010-07-29 07:08:57 (GMT)
commite88500374d6299e2ed7c5a8cc5815eb8f3c8e3a0 (patch)
treeb1abd0bc88079a70ae5e6308b4492464d7268f42 /examples
parent6b77c529858d13f4a11fc1e5246b2409f8e0e449 (diff)
downloadQt-e88500374d6299e2ed7c5a8cc5815eb8f3c8e3a0.zip
Qt-e88500374d6299e2ed7c5a8cc5815eb8f3c8e3a0.tar.gz
Qt-e88500374d6299e2ed7c5a8cc5815eb8f3c8e3a0.tar.bz2
Fix image source
Task-number: QTBUG-12493 (cherry picked from commit 0ab3b6fea13aad50a70890925659158eb662df2e)
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/tutorials/samegame/samegame1/samegame.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/tutorials/samegame/samegame1/samegame.qml b/examples/declarative/tutorials/samegame/samegame1/samegame.qml
index 80567ef..68f8712 100644
--- a/examples/declarative/tutorials/samegame/samegame1/samegame.qml
+++ b/examples/declarative/tutorials/samegame/samegame1/samegame.qml
@@ -55,7 +55,7 @@ Rectangle {
Image {
id: background
anchors.fill: parent
- source: "../shared/pics/background.png"
+ source: "../shared/pics/background.jpg"
fillMode: Image.PreserveAspectCrop
}
}