mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 00:24:13 +02:00
revert sorting change mistake
This commit is contained in:
parent
78a0175413
commit
85b54f82d8
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ AssetMappingsScriptingInterface::AssetMappingsScriptingInterface() {
|
|||
_proxyModel.setDynamicSortFilter(true);
|
||||
_proxyModel.setSortLocaleAware(true);
|
||||
_proxyModel.setFilterCaseSensitivity(Qt::CaseInsensitive);
|
||||
_proxyModel.sort(Qt::SortOrder::AscendingOrder);
|
||||
_proxyModel.sort(0);
|
||||
}
|
||||
|
||||
void AssetMappingsScriptingInterface::setMapping(QString path, QString hash, QJSValue callback) {
|
||||
|
|
Loading…
Reference in a new issue