aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Fitness/FitnessPage.qml
diff options
context:
space:
mode:
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