Fix image URL
authorAlan Alpert <aalpert@blackberry.com>
Mon, 29 Jul 2013 18:45:15 +0000 (11:45 -0700)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 30 Jul 2013 11:08:52 +0000 (13:08 +0200)
Change-Id: I4abac2a842453dbf6838f55703956b2fd53b8f37
Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
examples/quick/window/Splash.qml

index 995e264..629a52b 100644 (file)
@@ -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()