From 8a43690676ed0047bb0bdf490bd6fc24c4e2da49 Mon Sep 17 00:00:00 2001 From: miruka Date: Wed, 11 Mar 2020 11:05:32 -0400 Subject: [PATCH] Remove old HSortFilterProxy component --- src/gui/Base/HSortFilterProxy.qml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/gui/Base/HSortFilterProxy.qml diff --git a/src/gui/Base/HSortFilterProxy.qml b/src/gui/Base/HSortFilterProxy.qml deleted file mode 100644 index 1a49421d..00000000 --- a/src/gui/Base/HSortFilterProxy.qml +++ /dev/null @@ -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() -}