MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / icon

Method icon

launcher/ui/pages/instance/VersionPage.cpp:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112};
113
114QIcon VersionPage::icon() const
115{
116 return APPLICATION->icons()->getIcon(m_inst->iconKey());
117}
118bool VersionPage::shouldDisplay() const
119{
120 return true;

Callers

nothing calls this directly

Calls 3

getIconMethod · 0.80
iconsMethod · 0.80
iconKeyMethod · 0.45

Tested by

no test coverage detected