| 2691 | } |
| 2692 | |
| 2693 | void LibraryWindow::updateViewsOnComicUpdate(quint64 libraryId, const ComicDB &comic) |
| 2694 | { |
| 2695 | if (libraryId == (quint64)libraries.getId(selectedLibrary->currentText())) { |
| 2696 | comicsModel->reload(comic); |
| 2697 | contentViewsManager->updateCurrentComicView(); |
| 2698 | contentViewsManager->updateContinueReadingView(); |
| 2699 | } |
| 2700 | } |
| 2701 | |
| 2702 | bool LibraryWindow::exitSearchMode() |
| 2703 | { |
nothing calls this directly
no test coverage detected