Sort rooms lexically
This commit is contained in:
@@ -2,4 +2,8 @@ import QtQuick 2.7
|
||||
import SortFilterProxyModel 0.2
|
||||
import "../Base"
|
||||
|
||||
HListModel {}
|
||||
HListModel {
|
||||
sorters: StringSorter {
|
||||
roleName: "displayName"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user