| 2661 | } |
| 2662 | |
| 2663 | void LibraryWindow::updateViewsOnClientSync() |
| 2664 | { |
| 2665 | comicsModel->reload(); |
| 2666 | contentViewsManager->updateCurrentComicView(); |
| 2667 | contentViewsManager->updateContinueReadingView(); |
| 2668 | } |
| 2669 | |
| 2670 | void LibraryWindow::updateViewsOnComicUpdateWithId(quint64 libraryId, quint64 comicId) |
| 2671 | { |
nothing calls this directly
no test coverage detected