diff options
author | 2024-11-19 14:26:25 +0100 | |
---|---|---|
committer | 2024-11-19 14:26:35 +0100 | |
commit | 42aa6758872eed147d397c439ec7166cb2720d67 (patch) | |
tree | 0dac53f6b61da445109b46bdfd9b0904fe8bf128 /app/version | |
parent | fc3a8130dd84896650f6077777e90f466d51bf6c (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/version')
-rw-r--r-- | app/version/Version.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/version/Version.qml b/app/version/Version.qml index 8d47ad5..1eaced7 100644 --- a/app/version/Version.qml +++ b/app/version/Version.qml @@ -40,7 +40,7 @@ SettingPage { clip: true Image { anchors.centerIn: parent - source: './images/agl_slide_0.png' + source: 'qrc:/images/agl_slide_0.png' z: -1 opacity: 0.5 } |