MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / refresh

Method refresh

src/qt/bantablemodel.cpp:163–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

refreshBanlistMethod · 0.80

Tested by

no test coverage detected