OP-3952 - remove duplicated field

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2022-09-19 11:57:29 +02:00 committed by GitHub
parent a5b2d8c6bd
commit 091498e130
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -337,7 +337,6 @@ class ProjectSortFilterProxy(QtCore.QSortFilterProxyModel):
self._filter_enabled = True
# Disable case sensitivity
self.setSortCaseSensitivity(QtCore.Qt.CaseInsensitive)
self._filter_enabled = True
def lessThan(self, left_index, right_index):
if left_index.data(PROJECT_NAME_ROLE) is None: