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

Method launchSearchVolume

YACReaderLibrary/comic_vine/comic_vine_dialog.cpp:626–635  ·  view source on GitHub ↗

TODO: get the search configuration for exact match or not

Source from the content-addressed store, hash-verified

624
625// TODO: get the search configuration for exact match or not
626void ComicVineDialog::launchSearchVolume()
627{
628 showLoading(tr("Looking for volume..."));
629 // TODO: check if volume info is empty.
630
631 QString volumeInfo = searchVolumeWidget->getVolumeInfo();
632 bool exactMatch = searchVolumeWidget->getExactMatch();
633
634 searchVolume({ volumeInfo, 1, exactMatch });
635}
636
637// TODO: get the search configuration for exact match or not
638void ComicVineDialog::launchSearchComic()

Callers

nothing calls this directly

Calls 3

showLoadingFunction · 0.85
getVolumeInfoMethod · 0.45
getExactMatchMethod · 0.45

Tested by

no test coverage detected