Remove old HSortFilterProxy component

This commit is contained in:
miruka 2020-03-11 11:05:32 -04:00
parent c8bf9a6e63
commit 8a43690676

View File

@ -1,10 +0,0 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
import QtQuick 2.12
import com.cutehacks.gel 1.0
Collection {
caseSensitiveSort: false
localeAwareSort: true
Component.onCompleted: reSort()
}