| 92 | } |
| 93 | |
| 94 | void InfoFrame::updateWithResource(const Resource& resource) |
| 95 | { |
| 96 | setName(resource.name()); |
| 97 | setImage(); |
| 98 | } |
| 99 | |
| 100 | QString InfoFrame::renderColorCodes(QString input) { |
| 101 | // We have to manually set the colors for use. |
no test coverage detected