| 231 | } |
| 232 | |
| 233 | void PeerListWidgetsDelegate::peerListUpdateRow(not_null<PeerListRow*> row) { |
| 234 | _content->updateRow(row); |
| 235 | } |
| 236 | |
| 237 | void PeerListWidgetsDelegate::peerListRemoveRow(not_null<PeerListRow*> row) { |
| 238 | Unexpected("...PeerListWidgetsDelegate::peerListRemoveRow"); |
no test coverage detected