Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ getFilePath
Method
getFilePath
launcher/icons/MMCIcon.cpp:126–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
QString MMCIcon::getFilePath() const
127
{
128
if(m_current_type == IconType::ToBeDeleted){
129
return QString();
130
}
131
return m_images[m_current_type].filename;
132
}
133
134
135
bool MMCIcon::isBuiltIn() const
Callers
1
SaveIcon
Function · 0.80
Calls
1
QString
Class · 0.85
Tested by
no test coverage detected