aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Alpert <aalpert@blackberry.com>2013-07-29 11:45:15 -0700
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-30 13:08:52 +0200
commite90df6600e507a4acb7469ad8f2802cb26f388bb (patch)
treeabda133ba93988d0d145013ec875a62c534cc074
parent84871192077c18bb093c6259339200bd22d64f00 (diff)
Fix image URL
Change-Id: I4abac2a842453dbf6838f55703956b2fd53b8f37 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
-rw-r--r--examples/quick/window/Splash.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/window/Splash.qml b/examples/quick/window/Splash.qml
index 995e264f8b..629a52b6e4 100644
--- a/examples/quick/window/Splash.qml
+++ b/examples/quick/window/Splash.qml
@@ -60,7 +60,7 @@ Window {
Image {
id: splashImage
- source: "../../shared/images/qt-logo.png"
+ source: "../shared/images/qt-logo.png"
MouseArea {
anchors.fill: parent
onClicked: Qt.quit()