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

@@ -12,7 +12,7 @@ import org.kde.neochat 1.0
Kirigami.PlaceholderMessage {
id: root
required property var currentRoom
required property NeoChatRoom currentRoom
text: i18n("Accept this invitation?")
RowLayout {
@@ -32,4 +32,4 @@ Kirigami.PlaceholderMessage {
}
}
}
}
}