| 160 | } |
| 161 | |
| 162 | QString UIResources::themedFilePath(UIResources::ThemeEntryType type, const QString &filePath, QWidget *widget) |
| 163 | { |
| 164 | return themedFilePath(type, UIResources::theme(), filePath, widget); |
| 165 | } |
| 166 | |
| 167 | QImage UIResources::tintedImage(const QImage &image, const QColor &color) |
| 168 | { |
nothing calls this directly
no test coverage detected