aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml')
-rw-r--r--examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml b/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
index 6be065e5..f1dc6259 100644
--- a/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
+++ b/examples/quickcontrols2/wearable/qml/Notifications/NotificationsPage.qml
@@ -85,7 +85,7 @@ Item {
anchors.verticalCenter: parent.verticalCenter
height: 64
width: 64
- source: "../../images/notifications/missedcall.png"
+ source: "images/missedcall.png"
}
ListView {
@@ -113,8 +113,8 @@ Item {
height: 64
width: 64
source: (gender == "m") ?
- "../../images/notifications/avatarm.png"
- :"../../images/notifications/avatarf.png"
+ "images/avatarm.png"
+ :"images/avatarf.png"
}
Text {