fix #4958
This commit is contained in:
parent
dac5af8eca
commit
5469e3668e
@ -89,6 +89,7 @@ class HistoryModel(QAbstractItemModel, PrintError):
|
|||||||
self.view = None # type: HistoryList
|
self.view = None # type: HistoryList
|
||||||
self.transactions = OrderedDictWithIndex()
|
self.transactions = OrderedDictWithIndex()
|
||||||
self.tx_status_cache = {} # type: Dict[str, Tuple[int, str]]
|
self.tx_status_cache = {} # type: Dict[str, Tuple[int, str]]
|
||||||
|
self.summary = None
|
||||||
|
|
||||||
def set_view(self, history_list: 'HistoryList'):
|
def set_view(self, history_list: 'HistoryList'):
|
||||||
# FIXME HistoryModel and HistoryList mutually depend on each other.
|
# FIXME HistoryModel and HistoryList mutually depend on each other.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user