f949c04cd2
ref https://github.com/spesmilo/electrum/pull/9189 ``` Traceback (most recent call last): File "/home/user/wspace/electrum/electrum/gui/qt/my_treeview.py", line 166, in on_commitData self.tv.on_edited(idx, edit_key=edit_key, text=new_text) File "/home/user/wspace/electrum/electrum/gui/qt/history_list.py", line 699, in on_edited self.hm.update_fiat(index) File "/home/user/wspace/electrum/electrum/gui/qt/history_list.py", line 371, in update_fiat self.dataChanged.emit(idx, idx, [Qt.ItemDataRole.DisplayRole, Qt.ForegroundRole]) AttributeError: type object 'Qt' has no attribute 'ForegroundRole' ```