aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-03-13 11:55:43 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-03-13 14:47:16 +0000
commitd1ac6e3dc8b6919bcba4278a4cef8cbfa83f30a1 (patch)
tree32099ee6e42e6c0993612b306776dd8e42e6e3ae /examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
parent7e382538fad487204885025f43409e265d58788c (diff)
Wearable: move app-specific images into each app's own folder
Change-Id: Ie378f19a1ccfd962528f47263d03cac6bf7dc03f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml b/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
index e2a9c21d..920f2594 100644
--- a/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
@@ -86,7 +86,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter
height: 64
width: 64
- source: "../../images/fitness/man-walking.png"
+ source: "images/man-walking.png"
}
Text {
anchors.horizontalCenter: parent.horizontalCenter
@@ -118,7 +118,7 @@ Item {
anchors.horizontalCenter: parent.horizontalCenter
height: 64
width: 64
- source: "../../images/fitness/man-running.png"
+ source: "images/man-running.png"
}
Text {
anchors.horizontalCenter: parent.horizontalCenter