Improve QML types

This commit is contained in:
Tobias Fella
2023-06-06 21:06:58 +02:00
parent 72c85af407
commit 47c28ce9a2
30 changed files with 35 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ import org.kde.kirigami 2.15 as Kirigami
QQC2.Dialog {
id: confirmEncryptionDialog
property var room
property NeoChatRoom room
ColumnLayout {
Kirigami.Heading {

View File

@@ -13,7 +13,7 @@ Kirigami.OverlaySheet {
id: root
title: i18n("Edit user power level")
property var room
property NeoChatRoom room
property var userId
property int powerLevel

View File

@@ -15,7 +15,7 @@ Kirigami.OverlaySheet {
signal closed()
property var room
property NeoChatRoom room
property var user
parent: applicationWindow().overlay