summaryrefslogtreecommitdiffstats
path: root/app/SettingPage.qml
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 14:26:25 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-11-19 14:26:35 +0100
commit42aa6758872eed147d397c439ec7166cb2720d67 (patch)
tree0dac53f6b61da445109b46bdfd9b0904fe8bf128 /app/SettingPage.qml
parentfc3a8130dd84896650f6077777e90f466d51bf6c (diff)
Import Qt6 conversion patch
Import the patches for the demo applications into the app repos. Bug-AGL: SPEC-5294 Change-Id: I7d910fdb17208d66c71c5b0264ad0f6a83ff8239 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'app/SettingPage.qml')
-rw-r--r--app/SettingPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/SettingPage.qml b/app/SettingPage.qml
index d5858e8..b0a587d 100644
--- a/app/SettingPage.qml
+++ b/app/SettingPage.qml
@@ -52,7 +52,7 @@ Page {
ImageButton {
id: back
anchors.bottom: parent.bottom
- offImage: '../images/HMI_Settings_X.svg'
+ offImage: 'qrc:/images/HMI_Settings_X.svg'
onClicked: root.done()
}
}