| 362 | } |
| 363 | |
| 364 | void GameListModel::refresh() |
| 365 | { |
| 366 | beginResetModel(); |
| 367 | loadSettings(); |
| 368 | endResetModel(); |
| 369 | } |
| 370 | |
| 371 | bool GameListModel::titlesLessThan(const int left_row, const int right_row) const |
| 372 | { |
no outgoing calls
no test coverage detected