| 119 | } |
| 120 | |
| 121 | QString 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 | |
| 129 | bool MMCIcon::isBuiltIn() const |
| 130 | { |
no test coverage detected