Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
535
void LabelPanel::removeTag()
536
{
537
for(auto iter:tagList)
538
{
539
iter->deleteLater();
540
}
541
tagList.clear();
542
}
543
544
QStringList LabelPanel::getSelectedTags()
545
{
Callers
3
initAnimeView
Method · 0.45
initLabelView
Method · 0.45
setupTagPage
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected