Sort rooms lexically

This commit is contained in:
miruka
2019-07-04 18:53:10 -04:00
parent 07438150db
commit e97773dc97
2 changed files with 9 additions and 5 deletions

View File

@@ -2,4 +2,8 @@ import QtQuick 2.7
import SortFilterProxyModel 0.2
import "../Base"
HListModel {}
HListModel {
sorters: StringSorter {
roleName: "displayName"
}
}