MCPcopy Create free account
hub / github.com/YACReader/yacreader / checkSearchNumResults

Method checkSearchNumResults

YACReaderLibrary/library_window.cpp:2195–2201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2193}
2194
2195void LibraryWindow::checkSearchNumResults(int numResults)
2196{
2197 if (numResults == 0)
2198 contentViewsManager->showNoSearchResultsView();
2199 else
2200 contentViewsManager->showComicsView();
2201}
2202
2203void LibraryWindow::asignNumbers()
2204{

Callers

nothing calls this directly

Calls 2

showComicsViewMethod · 0.80

Tested by

no test coverage detected