| 18 | } |
| 19 | |
| 20 | void 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 | |
| 28 | void RecentVisibilityCoordinator::updateVisibility() |
| 29 | { |
no test coverage detected