| 1764 | } |
| 1765 | |
| 1766 | void LibraryWindow::setCurrentComicsStatusReaded(YACReaderComicReadStatus readStatus) |
| 1767 | { |
| 1768 | comicsModel->setComicsRead(getSelectedComics(), readStatus); |
| 1769 | contentViewsManager->updateCurrentComicView(); |
| 1770 | } |
| 1771 | |
| 1772 | void LibraryWindow::setCurrentComicReaded() |
| 1773 | { |
no test coverage detected