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

Method setComicsForSequentialEditing

YACReaderLibrary/properties_dialog.cpp:695–709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

693}
694
695void PropertiesDialog::setComicsForSequentialEditing(int currentComicIndex, QList<ComicDB> comics)
696{
697 sequentialEditing = true;
698
699 updated = false;
700 coverChanged = false;
701 customCover = QImage();
702
703 this->comics = comics;
704 this->currentComicIndex = currentComicIndex;
705
706 loadComic(comics[currentComicIndex]);
707
708 updateButtons();
709}
710
711void PropertiesDialog::updateComics()
712{

Callers 1

showPropertiesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected