| 53 | } |
| 54 | |
| 55 | QImage ColorizeImage(const QString& filename, const QColor& colorbase) |
| 56 | { |
| 57 | QImage img(filename); |
| 58 | MakeSingleColorImage(img, colorbase); |
| 59 | return img; |
| 60 | } |
| 61 | |
| 62 | QIcon ColorizeIcon(const QString& filename, const QColor& colorbase) |
| 63 | { |
no test coverage detected