aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml b/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
index 7e30a371..64f92f60 100644
--- a/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
+++ b/examples/quickcontrols2/wearable/qml/WorldClock/Clock.qml
@@ -65,7 +65,7 @@ Item {
property bool internationalTime: true //Unset for local time
function getWatchFaceImage(imageName) {
- return "../../images/worldclock/" + imageName
+ return "images/" + imageName
}
function timeChanged() {