From 42aa6758872eed147d397c439ec7166cb2720d67 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 19 Nov 2024 14:26:25 +0100 Subject: 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 --- app/SettingsLauncher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/SettingsLauncher.qml') diff --git a/app/SettingsLauncher.qml b/app/SettingsLauncher.qml index 01c5433..14059d0 100644 --- a/app/SettingsLauncher.qml +++ b/app/SettingsLauncher.qml @@ -69,7 +69,7 @@ Page { } } Image { - source: '../images/HMI_Settings_DividingLine.svg' + source: 'qrc:/images/HMI_Settings_DividingLine.svg' anchors.horizontalCenter: parent.horizontalCenter anchors.top: parent.top visible: model.index > 0 -- cgit 1.2.3-korg