Improve QML types
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ Kirigami.OverlaySheet {
|
||||
|
||||
signal closed()
|
||||
|
||||
property var room
|
||||
property NeoChatRoom room
|
||||
property var user
|
||||
|
||||
parent: applicationWindow().overlay
|
||||
|
||||
Reference in New Issue
Block a user