| 145 | } |
| 146 | |
| 147 | QIcon UIResources::themedIcon(const QString &filePath) |
| 148 | { |
| 149 | return QIcon(themedFilePath(Icon, UIResources::theme(), filePath, nullptr)); |
| 150 | } |
| 151 | |
| 152 | QPixmap UIResources::themedPixmap(const QString &filePath, QWidget *widget) |
| 153 | { |
nothing calls this directly
no test coverage detected