We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1843787 + 5b5ffdf commit e8f03f1Copy full SHA for e8f03f1
glue/utils/qt/python_list_model.py
@@ -72,7 +72,7 @@ def setData(self, index, value, role):
72
self.dataChanged.emit(index, index)
73
return True
74
75
- return super(PythonListModel, self).setDdata(index, value, role)
+ return super(PythonListModel, self).setData(index, value, role)
76
77
def removeRow(self, row, parent=None):
78
"""
0 commit comments