| 165 | } |
| 166 | |
| 167 | void EditorIconRegistry::clear() |
| 168 | { |
| 169 | mIcons.clear(); |
| 170 | mDefaultIcon.free(); |
| 171 | } |
| 172 | |
| 173 | DefineEngineStaticMethod( EditorIconRegistry, add, void, (String className, String imageFile, bool overwrite), (true), |
| 174 | "@internal") |
no test coverage detected