Refactor variable names. Slight cleanup.

This commit is contained in:
BasioMeusPuga
2018-03-02 20:28:50 +05:30
parent ca2f3469d1
commit 12199dbd75
3 changed files with 34 additions and 37 deletions

View File

@@ -66,10 +66,7 @@ class ItemProxyModel(QtCore.QSortFilterProxyModel):
class TableProxyModel(QtCore.QSortFilterProxyModel):
def __init__(self, temp_dir, parent=None):
# TODO
# The setData method
super(TableProxyModel, self).__init__(parent)
self.setObjectName('asdasd')
self.header_data = [
None, 'Title', 'Author', 'Year', '%', 'Tags']
self.temp_dir = temp_dir