| 1494 | } |
| 1495 | |
| 1496 | void MainWindow::refreshGameList(bool invalidate_cache, bool popup_on_error) |
| 1497 | { |
| 1498 | m_game_list_widget->refresh(invalidate_cache, popup_on_error); |
| 1499 | } |
| 1500 | |
| 1501 | void MainWindow::cancelGameListRefresh() |
| 1502 | { |
no test coverage detected