MCPcopy Create free account
hub / github.com/ElementsProject/elements / refresh

Method refresh

src/qt/bantablemodel.cpp:166–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void BanTableModel::refresh()
167{
168 Q_EMIT layoutAboutToBeChanged();
169 priv->refreshBanlist(m_node);
170 Q_EMIT layoutChanged();
171}
172
173void BanTableModel::sort(int column, Qt::SortOrder order)
174{

Callers

nothing calls this directly

Calls 1

refreshBanlistMethod · 0.80

Tested by

no test coverage detected