| 96 | } |
| 97 | |
| 98 | QImage PlatformStyle::SingleColorImage(const QString& filename) const |
| 99 | { |
| 100 | if (!colorizeIcons) |
| 101 | return QImage(filename); |
| 102 | return ColorizeImage(filename, SingleColor()); |
| 103 | } |
| 104 | |
| 105 | QIcon PlatformStyle::SingleColorIcon(const QString& filename) const |
| 106 | { |
no test coverage detected