| 2193 | } |
| 2194 | |
| 2195 | void LibraryWindow::checkSearchNumResults(int numResults) |
| 2196 | { |
| 2197 | if (numResults == 0) |
| 2198 | contentViewsManager->showNoSearchResultsView(); |
| 2199 | else |
| 2200 | contentViewsManager->showComicsView(); |
| 2201 | } |
| 2202 | |
| 2203 | void LibraryWindow::asignNumbers() |
| 2204 | { |
nothing calls this directly
no test coverage detected