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