| 164 | } |
| 165 | |
| 166 | void BanTableModel::refresh() |
| 167 | { |
| 168 | Q_EMIT layoutAboutToBeChanged(); |
| 169 | priv->refreshBanlist(m_node); |
| 170 | Q_EMIT layoutChanged(); |
| 171 | } |
| 172 | |
| 173 | void BanTableModel::sort(int column, Qt::SortOrder order) |
| 174 | { |
nothing calls this directly
no test coverage detected