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

Method updateTimeRange

YACReaderLibrary/recent_visibility_coordinator.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void RecentVisibilityCoordinator::updateTimeRange()
21{
22 auto days = settings->value(NUM_DAYS_TO_CONSIDER_RECENT, 1).toInt();
23 folderModel->setRecentRange(days);
24 folderContentView->setRecentRange(days);
25 comicModel->setRecentRange(days);
26}
27
28void RecentVisibilityCoordinator::updateVisibility()
29{

Callers 1

reloadOptionsMethod · 0.80

Calls 1

setRecentRangeMethod · 0.45

Tested by

no test coverage detected