MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / isHidden

Method isHidden

src/filetreeitem.cpp:399–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399bool FileTreeItem::isHidden() const
400{
401 return m_file.endsWith(ModInfo::s_HiddenExt, Qt::CaseInsensitive);
402}
403
404void FileTreeItem::unload()
405{

Callers 2

filterPluginListMethod · 0.45
onCustomContextMenuMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected