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

Method dismissCurrentComic

YACReaderLibrary/server/yacreader_http_session.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68void YACReaderHttpSession::dismissCurrentComic()
69{
70 if (comic != nullptr) {
71 comic->deleteLater();
72 comic = nullptr;
73 }
74}
75
76void YACReaderHttpSession::setCurrentComic(qulonglong id, Comic *comic)
77{

Callers 1

serviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected