| 222 | } |
| 223 | |
| 224 | void PeerTableModel::refresh() |
| 225 | { |
| 226 | Q_EMIT layoutAboutToBeChanged(); |
| 227 | priv->refreshPeers(m_node); |
| 228 | Q_EMIT layoutChanged(); |
| 229 | } |
| 230 | |
| 231 | int PeerTableModel::getRowByNodeId(NodeId nodeid) |
| 232 | { |
nothing calls this directly
no test coverage detected