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

Method setCurrentComicReaded

YACReaderLibrary/library_window.cpp:1772–1775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1770}
1771
1772void LibraryWindow::setCurrentComicReaded()
1773{
1774 this->setCurrentComicsStatusReaded(YACReader::Read);
1775}
1776
1777void LibraryWindow::setCurrentComicUnreaded()
1778{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected