| 150 | } |
| 151 | |
| 152 | QPixmap UIResources::themedPixmap(const QString &filePath, QWidget *widget) |
| 153 | { |
| 154 | return QPixmap(themedFilePath(Pixmap, UIResources::theme(), filePath, widget)); |
| 155 | } |
| 156 | |
| 157 | QImage UIResources::themedImage(const QString &filePath, QWidget *widget) |
| 158 | { |
nothing calls this directly
no test coverage detected