summaryrefslogtreecommitdiffstats
path: root/app/Notification.qml
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 13:27:37 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 13:27:47 +0100
commit77ea1b245737d0cfc4d20035e6476dae6969e699 (patch)
tree20735c00ec8926e639df71b7198ba2d7aef16f4d /app/Notification.qml
parent0e670c959deaee14923043978554453ddd91c041 (diff)
Import Qt6 conversion patchHEADmaster
Import the patches for the demo applications into the app repos. Bug-AGL: SPEC-5294 Change-Id: I00de015ca1ce86d7c8b3b58e0fe457fef7c18d00 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'app/Notification.qml')
-rw-r--r--app/Notification.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Notification.qml b/app/Notification.qml
index ac6b360..dd68ce3 100644
--- a/app/Notification.qml
+++ b/app/Notification.qml
@@ -30,7 +30,7 @@ Item {
Image {
id: button
scale: 0.5
- source: '../images/HMI_Settings_X.svg'
+ source: 'qrc:/images/HMI_Settings_X.svg'
MouseArea {
anchors.fill: button
onClicked: notificationModel.remove(index)