MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / icon

Method icon

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

Source from the content-addressed store, hash-verified

108};
109
110QIcon VersionPage::icon() const
111{
112 return APPLICATION->icons()->getIcon(m_inst->iconKey());
113}
114bool VersionPage::shouldDisplay() const
115{
116 return true;

Callers

nothing calls this directly

Calls 3

iconsMethod · 0.80
getIconMethod · 0.45
iconKeyMethod · 0.45

Tested by

no test coverage detected