Improve QML types
This commit is contained in:
@@ -16,7 +16,7 @@ import './' as RoomList
|
||||
QQC2.ItemDelegate {
|
||||
id: root
|
||||
|
||||
required property var currentRoom
|
||||
required property NeoChatRoom currentRoom
|
||||
required property bool categoryVisible
|
||||
required property string filterText
|
||||
required property string avatar
|
||||
|
||||
@@ -15,7 +15,7 @@ import org.kde.neochat 1.0
|
||||
*/
|
||||
Loader {
|
||||
id: root
|
||||
property var room
|
||||
property NeoChatRoom room
|
||||
signal closed()
|
||||
|
||||
Component {
|
||||
|
||||
@@ -19,7 +19,7 @@ Kirigami.BasicListItem {
|
||||
required property int index
|
||||
required property int notificationCount
|
||||
required property int highlightCount
|
||||
required property var currentRoom
|
||||
required property NeoChatRoom currentRoom
|
||||
required property bool categoryVisible
|
||||
required property string filterText
|
||||
required property string avatar
|
||||
|
||||
@@ -15,7 +15,7 @@ import org.kde.neochat 1.0
|
||||
*/
|
||||
Loader {
|
||||
id: root
|
||||
property var room
|
||||
property NeoChatRoom room
|
||||
signal closed()
|
||||
|
||||
Component {
|
||||
|
||||
Reference in New Issue
Block a user