| 103 | } |
| 104 | |
| 105 | QIcon PlatformStyle::SingleColorIcon(const QString& filename) const |
| 106 | { |
| 107 | if (!colorizeIcons) |
| 108 | return QIcon(filename); |
| 109 | return ColorizeIcon(filename, SingleColor()); |
| 110 | } |
| 111 | |
| 112 | QIcon PlatformStyle::SingleColorIcon(const QIcon& icon) const |
| 113 | { |
no test coverage detected