MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / removeTag

Method removeTag

UI/animedetailinfo.cpp:535–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

533}
534
535void LabelPanel::removeTag()
536{
537 for(auto iter:tagList)
538 {
539 iter->deleteLater();
540 }
541 tagList.clear();
542}
543
544QStringList LabelPanel::getSelectedTags()
545{

Callers 3

initAnimeViewMethod · 0.45
initLabelViewMethod · 0.45
setupTagPageMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected