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

Method updateViewsOnComicUpdate

YACReaderLibrary/library_window.cpp:2693–2700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2691}
2692
2693void 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
2702bool LibraryWindow::exitSearchMode()
2703{

Callers

nothing calls this directly

Calls 5

currentTextMethod · 0.80
getIdMethod · 0.45
reloadMethod · 0.45

Tested by

no test coverage detected