MCPcopy 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
106QString 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
115bool MMCIcon::isBuiltIn() const

Callers 1

SaveIconFunction · 0.80

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected