mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
Enum is Qt.AscendingOrder
This commit is contained in:
parent
93f1aa0310
commit
0e1fb83b08
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ KCM.ScrollViewKCM {
|
|||
model: KItemModel.KSortFilterProxyModel {
|
||||
sourceModel: kcm.languageModel
|
||||
sortRole: "name"
|
||||
sortOrder: Qt.Ascending
|
||||
sortOrder: Qt.AscendingOrder
|
||||
}
|
||||
|
||||
delegate: Kirigami.AbstractListItem {
|
||||
|
|
|
|||
Loading…
Reference in a new issue