| 74 | } |
| 75 | |
| 76 | void YACReaderHttpSession::setCurrentComic(qulonglong id, Comic *comic) |
| 77 | { |
| 78 | dismissCurrentComic(); |
| 79 | comicId = id; |
| 80 | this->comic = comic; |
| 81 | } |
| 82 | |
| 83 | // current comic (read) |
| 84 | qulonglong YACReaderHttpSession::getCurrentRemoteComicId() |