Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ getFilePath
Method
getFilePath
launcher/icons/MMCIcon.cpp:106–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
104
}
105
106
QString MMCIcon::getFilePath() const
107
{
108
if(m_current_type == IconType::ToBeDeleted){
109
return QString();
110
}
111
return m_images[m_current_type].filename;
112
}
113
114
115
bool MMCIcon::isBuiltIn() const
Callers
1
SaveIcon
Function · 0.80
Calls
1
QString
Class · 0.85
Tested by
no test coverage detected