| 155 | } |
| 156 | |
| 157 | QImage UIResources::themedImage(const QString &filePath, QWidget *widget) |
| 158 | { |
| 159 | return QImage(themedFilePath(Pixmap, UIResources::theme(), filePath, widget)); |
| 160 | } |
| 161 | |
| 162 | QString UIResources::themedFilePath(UIResources::ThemeEntryType type, const QString &filePath, QWidget *widget) |
| 163 | { |
nothing calls this directly
no test coverage detected