Skip to content
Snippets Groups Projects
Commit b25082de authored by inso's avatar inso
Browse files

Typo (list_members was present)

parent bf26db1e
No related branches found
No related tags found
No related merge requests found
......@@ -164,8 +164,8 @@ class CurrencyTabWidget(QWidget, Ui_CurrencyTabWidget):
QModelIndex(),
[])
if self.tab_community.list_community_members.model():
self.tab_community.list_community_members.model().dataChanged.emit(
if self.tab_community.table_community_members.model():
self.tab_community.table_community_members.model().dataChanged.emit(
QModelIndex(),
QModelIndex(),
[])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment