aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/gallery/pages/SwipeViewPage.qml
diff options
context:
space:
mode:
authorThomas Hartmann <Thomas.Hartmann@theqtcompany.com>2016-10-20 11:04:25 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2016-10-22 06:01:13 +0000
commit613813500fb52587f9db7bb1a824241978ae948d (patch)
tree748cf84a4d03495be8ef2e2664a4d6ed3e677b48 /examples/quickcontrols2/gallery/pages/SwipeViewPage.qml
parent124dd9adb5882048e44dcd012e08899d4e480196 (diff)
Use relative paths for images
This is easier to handle for tooling. Change-Id: Ib6b20f06426324bc5d1bd4b66f72d9b0e9a0da87 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples/quickcontrols2/gallery/pages/SwipeViewPage.qml')
-rw-r--r--examples/quickcontrols2/gallery/pages/SwipeViewPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/gallery/pages/SwipeViewPage.qml b/examples/quickcontrols2/gallery/pages/SwipeViewPage.qml
index cfa32b41..dedacac4 100644
--- a/examples/quickcontrols2/gallery/pages/SwipeViewPage.qml
+++ b/examples/quickcontrols2/gallery/pages/SwipeViewPage.qml
@@ -69,7 +69,7 @@ Pane {
}
Image {
- source: "qrc:/images/arrows.png"
+ source: "../images/arrows.png"
anchors.horizontalCenter: parent.horizontalCenter
}
}