Cast qml object where necessary

This commit is contained in:
Tobias Fella
2026-02-06 13:58:55 +01:00
parent 55676b06c2
commit 1e1ba1dca3
8 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@ FormCard.FormCardPage {
property NeoChatRoom room
property PushRuleModel pushRuleModel: PushRuleModel {
connection: root.room.connection
connection: root.room.connection as NeoChatConnection
}
title: i18nc('@title:window', 'Notifications')