summaryrefslogtreecommitdiffstats
path: root/app/Messaging.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/Messaging.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/Messaging.qml')
-rw-r--r--app/Messaging.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Messaging.qml b/app/Messaging.qml
index 48568c2..05bd452 100644
--- a/app/Messaging.qml
+++ b/app/Messaging.qml
@@ -41,13 +41,13 @@ ApplicationWindow {
contentHeight: 160
TabImageButton {
- icon: "./images/ic_contacts_48px.svg"
+ iconSource: "qrc:/images/ic_contacts_48px.svg"
text: "Alerts"
font.pixelSize: 50
}
TabImageButton {
- icon: "./images/ic_contacts_48px.svg"
+ iconSource: "qrc:/images/ic_contacts_48px.svg"
text: "Compose"
font.pixelSize: 50
}