MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / getFilePath

Method getFilePath

launcher/icons/MMCIcon.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121QString MMCIcon::getFilePath() const
122{
123 if (m_current_type == IconType::ToBeDeleted) {
124 return QString();
125 }
126 return m_images[m_current_type].filename;
127}
128
129bool MMCIcon::isBuiltIn() const
130{

Callers 5

SaveIconFunction · 0.80
directoryChangedMethod · 0.80
deleteIconMethod · 0.80
trashIconMethod · 0.80
iconDirectoryMethod · 0.80

Calls 1

QStringClass · 0.50

Tested by

no test coverage detected