Add sortedMembers to Room ListItems

This commit is contained in:
miruka
2019-05-15 15:59:43 -04:00
parent c67e1bfc79
commit 68b6899de1
3 changed files with 46 additions and 17 deletions

View File

@@ -19,7 +19,7 @@ HColumnLayout {
NumberAnimation { duration: HStyle.animationDuration }
}
model: chatPage.roomInfo.members
model: chatPage.roomInfo.sortedMembers
delegate: MemberDelegate {}
Layout.fillWidth: true