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