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

Method showSelectComic

YACReaderLibrary/comic_vine/comic_vine_dialog.cpp:375–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373}
374
375void ComicVineDialog::showSelectComic(const QString &json)
376{
377 status = ScraperStatus::SelectingComic;
378
379 content->setCurrentWidget(selectComicWidget);
380 selectComicWidget->load(json, currentVolumeId);
381
382 backButton->setVisible(true);
383 nextButton->setVisible(true);
384 searchButton->setHidden(true);
385 closeButton->setVisible(true);
386
387 nextButton->setDefault(true);
388
389 toggleSkipButton();
390}
391
392void ComicVineDialog::showSortVolumeComics(const QString &json)
393{

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected