Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
114
QIcon VersionPage::icon() const
115
{
116
return APPLICATION->icons()->getIcon(m_inst->iconKey());
117
}
118
bool VersionPage::shouldDisplay() const
119
{
120
return true;
Callers
nothing calls this directly
Calls
3
getIcon
Method · 0.80
icons
Method · 0.80
iconKey
Method · 0.45
Tested by
no test coverage detected