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

Callers 1

SaveIconFunction · 0.80

Calls 1

QStringClass · 0.85

Tested by

no test coverage detected