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

Method updateViewsOnClientSync

YACReaderLibrary/library_window.cpp:2663–2668  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2661}
2662
2663void LibraryWindow::updateViewsOnClientSync()
2664{
2665 comicsModel->reload();
2666 contentViewsManager->updateCurrentComicView();
2667 contentViewsManager->updateContinueReadingView();
2668}
2669
2670void LibraryWindow::updateViewsOnComicUpdateWithId(quint64 libraryId, quint64 comicId)
2671{

Callers

nothing calls this directly

Calls 3

reloadMethod · 0.45

Tested by

no test coverage detected